summaryrefslogtreecommitdiffstats
path: root/queue.c
diff options
context:
space:
mode:
authorAndre Lorbach <alorbach@adiscon.com>2008-01-22 12:50:32 +0000
committerAndre Lorbach <alorbach@adiscon.com>2008-01-22 12:50:32 +0000
commitde0bfbbfefd9bacde0e10ea5dbeb8e8b46f0062a (patch)
tree231010634b6d48f064b76c1b1bf0a8f5cb8fd2db /queue.c
parent736ecb10fb179ad763d8d509ab2c149f6489ba70 (diff)
downloadrsyslog-de0bfbbfefd9bacde0e10ea5dbeb8e8b46f0062a.tar.gz
rsyslog-de0bfbbfefd9bacde0e10ea5dbeb8e8b46f0062a.tar.xz
rsyslog-de0bfbbfefd9bacde0e10ea5dbeb8e8b46f0062a.zip
Module OMSNMP intially added, not completed yet.
Diffstat (limited to 'queue.c')
-rw-r--r--queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/queue.c b/queue.c
index c77ef447..89e0168f 100644
--- a/queue.c
+++ b/queue.c
@@ -57,7 +57,7 @@
DEFobjStaticHelpers
/* debug aides */
-#if 1
+#if 0
#define d_pthread_mutex_lock(x) {dbgprintf("mutex %p lock %s, %s(), line %d\n", x, __FILE__, __func__, __LINE__); \
pthread_mutex_lock(x); \
if(1)dbgprintf("mutex %p lock aquired %s, %s(), line %d\n", x, __FILE__, __func__, __LINE__); \