Changeset 23971d0 for lib/daglegacy.h
- Timestamp:
- 04/08/06 16:23:04 (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:
- 33e1501
- Parents:
- 9ee7134
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/daglegacy.h
r3b8a5ef r23971d0 5 5 uint64_t ts; 6 6 uint32_t crc; 7 } __attribute__ ((packed))legacy_cell_t;7 } PACKED legacy_cell_t; 8 8 9 9 typedef struct legacy_ether { 10 10 uint64_t ts; 11 11 uint16_t wlen; 12 } __attribute__ ((packed))legacy_ether_t;12 } PACKED legacy_ether_t; 13 13 14 14 typedef struct legacy_pos { … … 16 16 uint32_t slen; 17 17 uint32_t wlen; 18 } __attribute__ ((packed))legacy_pos_t;18 } PACKED legacy_pos_t; 19 19 20 20 #endif
Note: See TracChangeset
for help on using the changeset viewer.