Changeset b5cd711 for lib/libtrace_int.h
- Timestamp:
- 08/26/05 11:22:23 (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:
- 53f8305
- Parents:
- 1974620
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace_int.h
r1974620 rb5cd711 108 108 struct libtrace_event_t event; 109 109 char *uridata; 110 struct fifo_t *fifo;110 struct tracefifo_t *fifo; 111 111 112 112 }; … … 117 117 118 118 char *uridata; 119 struct fifo_t *fifo;119 struct tracefifo_t *fifo; 120 120 }; 121 121
Note: See TracChangeset
for help on using the changeset viewer.