- Timestamp:
- 05/10/06 11:56:21 (16 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:
- 4e65f42
- Parents:
- 77285d9
- Location:
- lib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_erf.c
r5eeba76 r3fcb8b4 55 55 #else 56 56 # include <netdb.h> 57 # ifndef PATH_MAX 58 # define PATH_MAX 4096 59 # endif 57 60 #endif 58 61 -
lib/libtrace.h.in
r77285d9 r3fcb8b4 99 99 #else 100 100 # include <netinet/in.h> 101 102 #ifndef __cplusplus 101 103 # include <stdbool.h> 104 #endif 105 102 106 # include <sys/types.h> 103 107 # include <sys/socket.h> -
lib/libtraceio.h
r8f45780 r3fcb8b4 10 10 #include <stdio.h> 11 11 #endif 12 13 #include <unistd.h> 12 14 13 15 typedef struct libtrace_io_t libtrace_io_t;
Note: See TracChangeset
for help on using the changeset viewer.