Changeset 91ebc50 for lib/format.h
- Timestamp:
- 08/03/05 14:24:59 (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:
- 283acce
- Parents:
- 1f2220f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format.h
r1fc2f6a r91ebc50 130 130 struct format_t * format; 131 131 132 char *uridata; 132 133 union { 133 134 struct { … … 139 140 } conn_info; 140 141 142 union { 143 struct { 144 int level; 145 } erf; 146 147 } options; 148 141 149 union { 142 150 int fd; … … 192 200 int (*init_input)(struct libtrace_t *libtrace); 193 201 int (*init_output)(struct libtrace_out_t *libtrace); 202 int (*config_output)(struct libtrace_out_t *libtrace, int argc, char *argv[]); 194 203 int (*fin_input)(struct libtrace_t *libtrace); 195 204 int (*fin_output)(struct libtrace_out_t *libtrace);
Note: See TracChangeset
for help on using the changeset viewer.