Changeset 47de0aa for lib/trace.c
- Timestamp:
- 06/29/06 21:07:50 (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:
- 2553732
- Parents:
- 66caf4b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/trace.c
re5c2bc4 r47de0aa 245 245 struct libtrace_format_t *tmp; 246 246 trace_init(); 247 printf("libtrace %s\n",PACKAGE_VERSION); 247 printf("libtrace %s\n\n",PACKAGE_VERSION); 248 printf("Following this are a list of the format modules supported in this build of libtrace\n\n"); 248 249 for(tmp=formats_list;tmp;tmp=tmp->next) { 249 250 if (tmp->help)
Note: See TracChangeset
for help on using the changeset viewer.