Changeset 1e66c64
- Timestamp:
- 09/13/05 11:49:54 (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:
- 3d28afe
- Parents:
- fba4ca0
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r12290e6 r1e66c64 28 28 ## 29 29 ## 30 31 - Version 2.0.22 32 * Documentation updates 33 * Minor bugfixes 30 34 31 35 - Version 2.0.21 -
configure.in
r12290e6 r1e66c64 1 1 # Process this file with autoconf to produce a configure script. 2 AC_INIT(libtrace,2.0.2 1,[libtrace@wand.net.nz],libtrace)2 AC_INIT(libtrace,2.0.22,[libtrace@wand.net.nz],libtrace) 3 3 AC_CONFIG_SRCDIR(lib/trace.c) 4 4 AM_INIT_AUTOMAKE -
lib/Makefile.am
r12290e6 r1e66c64 4 4 libtrace_la_CFLAGS = @ADD_INCLS@ 5 5 libtrace_la_LIBADD = @ADD_LIBS@ @LTLIBOBJS@ 6 libtrace_la_LDFLAGS=-version-info 2:2 1:0 @ADD_LDFLAGS@6 libtrace_la_LDFLAGS=-version-info 2:22:0 @ADD_LDFLAGS@ 7 7 8 8 #dagapi.c: -
lib/libtrace.h
rfba4ca0 r1e66c64 35 35 #include <netinet/in.h> 36 36 37 /** API version as 3byte hex digits, eg 0xXXYYZZ */38 #define LIBTRACE_API_VERSION 0x 10001537 /** API version as 2 byte hex digits, eg 0xXXYYZZ */ 38 #define LIBTRACE_API_VERSION 0x020016 /* 2.0.22 */ 39 39 40 40 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.