summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-06-26 14:09:15 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-06-26 14:09:15 +0200
commitd22f240bc3525f7e112ce44aea6b9f87f8a51c8a (patch)
tree338334b847fdf1a199a55bdf73d9a1dad02498ed /runtime/rsyslog.h
parentc7b309a662a4310a8b878c036d9440e0b2e345a8 (diff)
parent6be06d50e328c4b8c79b263e176e6b4e384a03f9 (diff)
downloadrsyslog-d22f240bc3525f7e112ce44aea6b9f87f8a51c8a.tar.gz
rsyslog-d22f240bc3525f7e112ce44aea6b9f87f8a51c8a.tar.xz
rsyslog-d22f240bc3525f7e112ce44aea6b9f87f8a51c8a.zip
Merge branch 'master' into v5-devel
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r--runtime/rsyslog.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h
index a55b867f..09c3a066 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -430,9 +430,8 @@ typedef enum rsObjectID rsObjID;
#endif
/* some constants */
-// TODO: do we really need them - if not, delete -- rgerhards, 2009-06-10
-#define IGNORE_ERROR_CODES 1
-#define ABORT_ON_ERROR 0
+#define MUTEX_ALREADY_LOCKED 0
+#define LOCK_MUTEX 1
/* The following prototype is convenient, even though it may not be the 100% correct place.. -- rgerhards 2008-01-07 */
void dbgprintf(char *, ...) __attribute__((format(printf, 1, 2)));