Changeset 31a15db
- Timestamp:
- 05/16/10 21:37:18 (12 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:
- 0a51b80
- Parents:
- c3f597e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace_int.h
r8488c15 r31a15db 136 136 #else 137 137 # include "dagformat.h" 138 #endif 139 140 #ifdef HAVE_LLVM 141 #include "bpf-jit/bpf-jit.h" 138 142 #endif 139 143 … … 970 974 char * filterstring; /**< The filter string */ 971 975 int flag; /**< Indicates if the filter is valid */ 976 struct bpf_jit_t *jitfilter; 972 977 }; 973 978 #else
Note: See TracChangeset
for help on using the changeset viewer.