Doxygen test2
Changing struct foo var1, var2; to struct foo var1; struct foo var2;
test2.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; // 6,7
8  struct ArgusTime now; // 8,9
9  unsigned char major_version, minor_version;
10  unsigned char interfaceType, interfaceStatus; // 10
11  unsigned short reportInterval, argusMrInterval; // 11
12  unsigned long long pktsRcvd, bytesRcvd; // 12,13 14,15
13  long long drift; // 16,17
14  unsigned int records, flows, dropped; // 18, 19, 20
15  unsigned int queue, output, clients; // 21, 22, 23
16  unsigned int bufs, bytes; // 24, 25
17  unsigned short suserlen, duserlen; // 26
18  unsigned int pad[3]; // 27, 28, 29
19  unsigned int thisid, record_len; // 30, 31
20 };
unsigned int queue
Definition: test2.h:15
Definition: test2.h:1
unsigned int records
Definition: test2.h:14
long long drift
Definition: test2.h:13
unsigned int status
Definition: test2.h:5
unsigned int tv_usec
Definition: test2.h:2
unsigned char interfaceType
Definition: test2.h:10
unsigned short suserlen
Definition: test2.h:17
unsigned long long pktsRcvd
Definition: test2.h:12
unsigned int tv_sec
Definition: test2.h:2
unsigned int thisid
Definition: test2.h:19
unsigned short reportInterval
Definition: test2.h:11
unsigned char minor_version
Definition: test2.h:9
unsigned int nextMrSequenceNum
Definition: test2.h:6
unsigned int bytes
Definition: test2.h:16