Changeset b3ff33b
- Timestamp:
- 08/31/15 13:49:35 (6 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, 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:
- f45ff19
- Parents:
- bd2e4af
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace_parallel.h
rf2066fa rb3ff33b 47 47 #include "libtrace.h" 48 48 #include <stdio.h> 49 50 #ifdef __cplusplus 51 extern "C" { 52 #endif 49 53 50 54 typedef struct libtrace_result_t libtrace_result_t; … … 1258 1262 extern const libtrace_combine_t combiner_sorted; 1259 1263 1264 #ifdef __cplusplus 1265 } 1266 #endif 1267 1260 1268 #endif // LIBTRACE_PARALLEL_H
Note: See TracChangeset
for help on using the changeset viewer.