diff options
author | Andre Lorbach <alorbach@adiscon.com> | 2008-01-22 12:50:32 +0000 |
---|---|---|
committer | Andre Lorbach <alorbach@adiscon.com> | 2008-01-22 12:50:32 +0000 |
commit | de0bfbbfefd9bacde0e10ea5dbeb8e8b46f0062a (patch) | |
tree | 231010634b6d48f064b76c1b1bf0a8f5cb8fd2db /queue.c | |
parent | 736ecb10fb179ad763d8d509ab2c149f6489ba70 (diff) | |
download | rsyslog-de0bfbbfefd9bacde0e10ea5dbeb8e8b46f0062a.tar.gz rsyslog-de0bfbbfefd9bacde0e10ea5dbeb8e8b46f0062a.tar.bz2 rsyslog-de0bfbbfefd9bacde0e10ea5dbeb8e8b46f0062a.zip |
Module OMSNMP intially added, not completed yet.
Diffstat (limited to 'queue.c')
-rw-r--r-- | queue.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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__); \ |