Changeset c63bcdf
- Timestamp:
- 03/27/15 17:04:02 (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:
- 7c95027
- Parents:
- 915b93c
- Location:
- lib
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/Makefile.am
r4631115 rc63bcdf 62 62 data-struct/sliding_window.c data-struct/object_cache.c \ 63 63 data-struct/linked_list.c hash_toeplitz.c combiner_ordered.c \ 64 combiner_sorted.c combiner_unordered.c 64 combiner_sorted.c combiner_unordered.c \ 65 pthread_spinlock.c pthread_spinlock.h 65 66 66 67 if DAG2_4 -
lib/data-struct/message_queue.h
ra49a9eb rc63bcdf 2 2 #include <limits.h> 3 3 #include "../libtrace.h" 4 #include "../pthread_spinlock.h" 4 5 5 6 #ifndef LIBTRACE_MESSAGE_QUEUE -
lib/data-struct/ring_buffer.h
r04bf7c5 rc63bcdf 2 2 #include <semaphore.h> 3 3 #include "../libtrace.h" 4 #include "../pthread_spinlock.h" 4 5 5 6 #ifndef LIBTRACE_RINGBUFFER_H -
lib/libtrace_int.h
r0a52945 rc63bcdf 155 155 #include "data-struct/linked_list.h" 156 156 #include "data-struct/sliding_window.h" 157 #include "pthread_spinlock.h" 157 158 158 159 //#define RP_BUFSIZE 65536U
Note: See TracChangeset
for help on using the changeset viewer.