Changeset 3b8a5ef for lib/daglegacy.h
- Timestamp:
- 11/30/05 15:43:30 (17 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:
- 2adf051
- Parents:
- 08594b8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/daglegacy.h
rd91dd4e r3b8a5ef 5 5 uint64_t ts; 6 6 uint32_t crc; 7 } legacy_cell_t;7 } __attribute__ ((packed)) legacy_cell_t; 8 8 9 9 typedef struct legacy_ether { 10 10 uint64_t ts; 11 11 uint16_t wlen; 12 } legacy_ether_t;12 } __attribute__ ((packed)) legacy_ether_t; 13 13 14 14 typedef struct legacy_pos { … … 16 16 uint32_t slen; 17 17 uint32_t wlen; 18 } legacy_pos_t;18 } __attribute__ ((packed)) legacy_pos_t; 19 19 20 20 #endif
Note: See TracChangeset
for help on using the changeset viewer.