Doxygen test1
possible bug - struct foo var1, var2; - not processed correctly
test1.h
Go to the documentation of this file.
1 struct ArgusTime { // include/argus.out
2  unsigned int tv_sec, tv_usec;
3 };
4 struct ArgusMarStruct { // include/argus.out
5  unsigned int status, argusid; // 1, 2
6  unsigned int localnet, netmask, nextMrSequenceNum; // 3, 4, 5
7  struct ArgusTime startime, now; // 6,7 8,9
8  unsigned char major_version, minor_version;
9  unsigned char interfaceType, interfaceStatus; // 10
10  unsigned short reportInterval, argusMrInterval; // 11
11  unsigned long long pktsRcvd, bytesRcvd; // 12,13 14,15
12  long long drift; // 16,17
13  unsigned int records, flows, dropped; // 18, 19, 20
14  unsigned int queue, output, clients; // 21, 22, 23
15  unsigned int bufs, bytes; // 24, 25
16  unsigned short suserlen, duserlen; // 26
17  unsigned int pad[3]; // 27, 28, 29
18  unsigned int thisid, record_len; // 30, 31
19 };
unsigned int queue
Definition: test1.h:14
Definition: test1.h:1
unsigned int records
Definition: test1.h:13
long long drift
Definition: test1.h:12
unsigned int status
Definition: test1.h:5
unsigned int tv_usec
Definition: test1.h:2
unsigned char interfaceType
Definition: test1.h:9
unsigned short suserlen
Definition: test1.h:16
unsigned long long pktsRcvd
Definition: test1.h:11
unsigned int tv_sec
Definition: test1.h:2
unsigned int thisid
Definition: test1.h:18
unsigned short reportInterval
Definition: test1.h:10
unsigned char minor_version
Definition: test1.h:8
unsigned int nextMrSequenceNum
Definition: test1.h:6
unsigned int bytes
Definition: test1.h:15