Changeset d8fea2b for lib/rt_protocol.h
- Timestamp:
- 06/23/06 13:49:59 (15 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:
- 362c5f2
- Parents:
- 5afbb78
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/rt_protocol.h
rcd7eec7 rd8fea2b 191 191 int32_t Error; 192 192 int32_t Offset; 193 time_tStat_Start;194 time_tStat_End;193 uint32_t Stat_Start; 194 uint32_t Stat_End; 195 195 uint32_t Set_Duck_Field; 196 } duck2_4_t;196 } PACKED duck2_4_t; 197 197 198 198 /** DAG 2.5 DUCK */ … … 214 214 int32_t Phase_Err; 215 215 uint32_t Set_Duck_Field; 216 time_tStat_Start;217 time_tStat_End;216 uint32_t Stat_Start; 217 uint32_t Stat_End; 218 218 uint64_t Last_TSC; 219 } duck2_5_t;219 } PACKED duck2_5_t; 220 220 221 221 /*
Note: See TracChangeset
for help on using the changeset viewer.