Changeset 04bf7c5 for lib/data-struct/object_cache.h
- Timestamp:
- 01/20/15 09:44:16 (7 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:
- 75e088f, fed9152
- Parents:
- b73407f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/data-struct/object_cache.h
r6e41e73 r04bf7c5 20 20 } libtrace_ocache_t; 21 21 22 DLLEXPORT voidlibtrace_ocache_init(libtrace_ocache_t *oc, void *(*alloc)(void), void (*free)(void*),22 DLLEXPORT int libtrace_ocache_init(libtrace_ocache_t *oc, void *(*alloc)(void), void (*free)(void*), 23 23 size_t thread_cache_size, size_t buffer_size, bool limit_size); 24 24 DLLEXPORT int libtrace_ocache_destroy(libtrace_ocache_t *oc);
Note: See TracChangeset
for help on using the changeset viewer.