4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 23971d0 was
23971d0,
checked in by Perry Lorier <perry@…>, 16 years ago
|
Portability fixes for windows
|
-
Property mode set to
100644
|
File size:
373 bytes
|
Line | |
---|
1 | #ifndef DAG_LEGACY_H |
---|
2 | #define DAG_LEGACY_H |
---|
3 | |
---|
4 | typedef struct legacy_cell { |
---|
5 | uint64_t ts; |
---|
6 | uint32_t crc; |
---|
7 | } PACKED legacy_cell_t; |
---|
8 | |
---|
9 | typedef struct legacy_ether { |
---|
10 | uint64_t ts; |
---|
11 | uint16_t wlen; |
---|
12 | } PACKED legacy_ether_t; |
---|
13 | |
---|
14 | typedef struct legacy_pos { |
---|
15 | uint64_t ts; |
---|
16 | uint32_t slen; |
---|
17 | uint32_t wlen; |
---|
18 | } PACKED legacy_pos_t; |
---|
19 | |
---|
20 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.