Changeset 1588
- Timestamp:
- 05/16/10 21:37:18 (3 years ago)
- File:
-
- 1 edited
-
trunk/lib/libtrace_int.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/libtrace_int.h
r1510 r1588 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.
