Changeset d5879cc for lib/libtrace_int.h
- Timestamp:
- 02/27/06 16:40:19 (16 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:
- 8a8e54b
- Parents:
- ab4cb04
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace_int.h
rab4cb04 rd5879cc 78 78 79 79 #define RP_BUFSIZE 65536 80 81 struct libtrace_format_data_t;82 80 83 81 struct libtrace_event_t { … … 114 112 struct libtrace_out_t { 115 113 struct libtrace_format_t *format; /**< format driver */ 116 struct libtrace_format_data_out_t *format_data;/**< format data */114 void *format_data; /**< format data */ 117 115 bool started; /**< trace started */ 118 116 libtrace_err_t err; /**< Associated error */ … … 152 150 }; 153 151 152 153 154 154 /** Module definition structure */ 155 /* all of these should return -1, or NULL on failure */ 155 156 struct libtrace_format_t { 156 157 /** the uri name of this module */
Note: See TracChangeset
for help on using the changeset viewer.