Changeset 7068467 for lib/dagformat.h
- Timestamp:
- 02/10/06 18:02:32 (16 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 6eb91ff
- Parents:
- 7f32bb5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/dagformat.h
rd91dd4e r7068467 38 38 39 39 typedef struct flags { 40 u int8_t iface:2;41 u int8_t vlen:1;42 u int8_t trunc:1;43 u int8_t rxerror:1;44 u int8_t dserror:1;45 u int8_t pad:2;40 unsigned int iface:2; 41 unsigned int vlen:1; 42 unsigned int trunc:1; 43 unsigned int rxerror:1; 44 unsigned int dserror:1; 45 unsigned int pad:2; 46 46 } __attribute__((packed)) flags_t; 47 47 … … 87 87 #define dag_record_size 16 88 88 89 #endif / / _DAGFORMAT_H_89 #endif /* _DAGFORMAT_H_ */
Note: See TracChangeset
for help on using the changeset viewer.