Changeset 91ebc50 for lib/format_template.c
- 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_template.c
r7050c10 r91ebc50 38 38 39 39 static int template_init_output(struct libtrace_out_t *libtrace) { 40 return -1; 41 } 42 43 static int template_config_output(struct libtrace_out_t *libtrace, int argc, char *argv[]) { 40 44 return -1; 41 45 } … … 106 110 template_init_input, /* init_input */ 107 111 template_init_output, /* init_output */ 112 template_config_output, /* config_output */ 108 113 template_fin_input, /* fin_input */ 109 114 template_fin_output, /* fin_output */
Note: See TracChangeset
for help on using the changeset viewer.