Changeset ef55d05 for lib/trace.c
- Timestamp:
- 08/04/05 16:16:12 (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:
- 77bd94f
- Parents:
- 9e2a109
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/trace.c
r9e2a109 ref55d05 367 367 } 368 368 369 /** Parses an output options string and calls the appropriate function to deal with output options. 370 * 371 * @param libtrace the output trace object to apply the options to 372 * @param options the options string 373 * @returns -1 if option configuration failed, 0 otherwise 374 * 375 * @author Shane Alcock 376 */ 369 377 int trace_output_config(struct libtrace_out_t *libtrace, char *options) { 370 378 char *opt_string = 0;
Note: See TracChangeset
for help on using the changeset viewer.