Changeset 20b7e75
- Timestamp:
- 02/16/06 11:07:34 (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:
- ee5e4c7
- Parents:
- 70b38dc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/rt_protocol.h
r49babe0 r20b7e75 26 26 #define RT_FORMAT_WAG 3 27 27 28 typedef struct fifo_state { 29 uint64_t in; 30 uint64_t out; 31 uint64_t ack; 32 uint64_t length; 33 uint64_t used; 34 } fifo_state_t; 28 35 29 36 // RT packet header … … 51 58 52 59 typedef struct rt_status { 53 tracefifo_state_t fifo_status;60 fifo_state_t fifo_status; 54 61 } rt_status_t; 55 62 … … 110 117 } 111 118 119 120 112 121 #endif
Note: See TracChangeset
for help on using the changeset viewer.