- Timestamp:
- 11/10/05 11:58:34 (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:
- 14e6840c
- Parents:
- f428afb
- Location:
- lib
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/dagformat.h
re3b0188 rd91dd4e 87 87 #define dag_record_size 16 88 88 89 typedef struct legacy_cell {90 uint64_t ts;91 uint32_t crc;92 } legacy_cell_t;93 94 typedef struct legacy_ether {95 uint64_t ts;96 uint16_t wlen;97 } legacy_ether_t;98 99 typedef struct legacy_pos {100 uint64_t ts;101 uint32_t slen;102 uint32_t wlen;103 } legacy_pos_t;104 105 89 #endif // _DAGFORMAT_H_ -
lib/libtrace_int.h
re3b0188 rd91dd4e 68 68 #else 69 69 # include "dagformat.h" 70 # include "daglegacy.h" 70 71 #endif 71 72
Note: See TracChangeset
for help on using the changeset viewer.