Skip to content

Commit

Permalink
New "PTHREAD_PROCESS_SHARED" IPC lock/unlock test code
Browse files Browse the repository at this point in the history
  • Loading branch information
beave committed Nov 25, 2015
1 parent 57569d1 commit cdbad32
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 29 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -258,7 +258,7 @@ SET_MAKE =
SHELL = /bin/sh
SIMD_FLAGS = -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1
STRIP =
VERSION = 1.0.1
VERSION = 1.1.0
abs_builddir = /home/champ/code/sagan
abs_srcdir = /home/champ/code/sagan
abs_top_builddir = /home/champ/code/sagan
Expand Down
6 changes: 3 additions & 3 deletions config.h
Expand Up @@ -294,7 +294,7 @@
#define PACKAGE_NAME "sagan"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "Sagan 1.0.1"
#define PACKAGE_STRING "Sagan 1.1.0"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "sagan"
Expand All @@ -303,7 +303,7 @@
#define PACKAGE_URL ""

/* Define to the version of this package. */
#define PACKAGE_VERSION "1.0.1"
#define PACKAGE_VERSION "1.1.0"

/* Define as the return type of signal handlers (`int' or `void'). */
#define RETSIGTYPE void
Expand Down Expand Up @@ -352,7 +352,7 @@


/* Version number of package */
#define VERSION "1.0.1"
#define VERSION "1.1.0"

/* With Bluedot */
#define WITH_BLUEDOT 1
Expand Down
8 changes: 4 additions & 4 deletions config.status
Expand Up @@ -672,7 +672,7 @@ S["am__isrc"]=""
S["INSTALL_DATA"]="${INSTALL} -m 644"
S["INSTALL_SCRIPT"]="${INSTALL}"
S["INSTALL_PROGRAM"]="${INSTALL}"
S["VERSION"]="1.0.1"
S["VERSION"]="1.1.0"
S["ENDIAN"]="little"
S["MAINT"]="#"
S["MAINTAINER_MODE_FALSE"]=""
Expand Down Expand Up @@ -800,7 +800,7 @@ D["_GNU_SOURCE"]=" 1"
D["_POSIX_PTHREAD_SEMANTICS"]=" 1"
D["_TANDEM_SOURCE"]=" 1"
D["PACKAGE"]=" \"sagan\""
D["VERSION"]=" \"1.0.1\""
D["VERSION"]=" \"1.1.0\""
D["STDC_HEADERS"]=" 1"
D["HAVE_SYS_WAIT_H"]=" 1"
D["HAVE_STDIO_H"]=" 1"
Expand Down Expand Up @@ -891,10 +891,10 @@ D["WITH_BLUEDOT"]=" 1"
D["WITH_SNORTSAM"]=" 1"
D["CONFIG_FILE_PATH"]=" \"/usr/local/etc/sagan.conf\""
D["PACKAGE_NAME"]=" \"sagan\""
D["PACKAGE_STRING"]=" \"Sagan 1.0.1\""
D["PACKAGE_STRING"]=" \"Sagan 1.1.0\""
D["PACKAGE_BUGREPORT"]=" \"cclark@quadrantsec.com\""
D["PACKAGE_TARNAME"]=" \"sagan\""
D["PACKAGE_VERSION"]=" \"1.0.1\""
D["PACKAGE_VERSION"]=" \"1.1.0\""
for (key in D) D_is_set[key] = 1
FS = ""
}
Expand Down

0 comments on commit cdbad32

Please sign in to comment.