Changeset cab58c5 for lib/trace.c
- Timestamp:
- 11/14/06 13:21:39 (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:
- 35e0869
- Parents:
- 33d83d4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/trace.c
r33d83d4 rcab58c5 85 85 #include "libtrace.h" 86 86 #include "libtrace_int.h" 87 #include "parse_cmd.h"88 87 89 88 #ifdef HAVE_PCAP_BPF_H … … 212 211 } 213 212 214 void erf_constructor(void);215 void legacy_constructor(void);216 void linuxnative_constructor(void);217 void pcap_constructor(void);218 void pcapfile_constructor(void);219 void rt_constructor(void);220 void wag_constructor(void);221 void duck_constructor(void);222 223 213 /* call all the constructors if they haven't yet all been called */ 224 214 static void trace_init(void)
Note: See TracChangeset
for help on using the changeset viewer.