Changeset 588 for trunk/lib/rt_protocol.h
- Timestamp:
- 02/16/06 11:07:34 (7 years ago)
- File:
-
- 1 edited
-
trunk/lib/rt_protocol.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/rt_protocol.h
r583 r588 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.
