Changeset e1868fb for lib/trace.c
- Timestamp:
- 12/31/06 17:41:10 (15 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:
- 4746c71
- Parents:
- e2d49d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/trace.c
r4bd8a5b re1868fb 241 241 * and then prints out the help() function registered with each input module 242 242 */ 243 DLLEXPORT void trace_help( ) {243 DLLEXPORT void trace_help(void) { 244 244 struct libtrace_format_t *tmp; 245 245 trace_init(); … … 1171 1171 1172 1172 /* dynamic range */ 1173 if (DYNAMIC(source) && DYNAMIC(dest)) 1173 if (DYNAMIC(source) && DYNAMIC(dest)) { 1174 1174 if (source < dest) 1175 1175 return USE_SOURCE; 1176 1176 return USE_DEST; 1177 } 1177 1178 if (DYNAMIC(source) && !DYNAMIC(dest)) 1178 1179 return USE_DEST;
Note: See TracChangeset
for help on using the changeset viewer.