Changeset 0ea3526 for lib/libtrace_int.h
- Timestamp:
- 02/24/06 11:39:57 (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:
- c6a6c3a
- Parents:
- 913721f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace_int.h
rc1f2553 r0ea3526 74 74 75 75 76 void trace_set_err(int errcode,const char *msg,...);77 76 78 77 #define RP_BUFSIZE 65536 … … 96 95 struct libtrace_format_data_t *format_data; /**<format data pointer */ 97 96 bool started; 98 97 libtrace_err_t err; 99 98 struct libtrace_event_t event; 100 99 char *uridata; … … 111 110 struct libtrace_format_t *format; 112 111 struct libtrace_format_data_out_t *format_data; 113 112 bool started; 113 libtrace_err_t err; 114 114 char *uridata; 115 115 struct tracefifo_t *fifo; 116 bool started; 117 }; 118 116 }; 117 118 void trace_set_err(libtrace_t *trace, int errcode,const char *msg,...); 119 void trace_set_err_out(libtrace_out_t *trace, int errcode, const char *msg,...); 119 120 120 121 struct trace_sll_header_t {
Note: See TracChangeset
for help on using the changeset viewer.