Public Attributes | List of all members
nntp_groupdesc Struct Reference

NNTP group descriptor. More...

Collaboration diagram for nntp_groupdesc:
Collaboration graph

Public Attributes

char * name
 
nntp_anum_t eac
 
nntp_anum_t lwm
 
nntp_anum_t hwm
 
unsigned int flags
 

Detailed Description

NNTP group descriptor.

Definition at line 31 of file nntp.h.

Member Data Documentation

◆ eac

nntp_anum_t nntp_groupdesc::eac

Estimated article count

Definition at line 34 of file nntp.h.

◆ flags

unsigned int nntp_groupdesc::flags

Flags (use NNTP_GROUP_xxx constants)

Definition at line 37 of file nntp.h.

◆ hwm

nntp_anum_t nntp_groupdesc::hwm

High water mark

Definition at line 36 of file nntp.h.

◆ lwm

nntp_anum_t nntp_groupdesc::lwm

Low water mark

Definition at line 35 of file nntp.h.

◆ name

char* nntp_groupdesc::name

Group name

Definition at line 33 of file nntp.h.

Referenced by nntp_group_descriptor_constructor().


The documentation for this struct was generated from the following file:

Generated at 2024-04-27 using  doxygen