summaryrefslogtreecommitdiff
path: root/runtime/msg.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2009-02-10 01:52:22 +0100
committerMichael Biebl <biebl@debian.org>2009-02-10 01:52:22 +0100
commitc84d74c258d54713cadf8dfbeff10fcb4d91624f (patch)
tree31800ce67d76cf7254cb924cb8d08193040e83c5 /runtime/msg.h
parenta9a14cc4ca04738ea56eee92c98a63829bdbd438 (diff)
downloadrsyslog-c84d74c258d54713cadf8dfbeff10fcb4d91624f.tar.gz
Imported Upstream version 3.20.4upstream/3.20.4
Diffstat (limited to 'runtime/msg.h')
-rw-r--r--runtime/msg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/msg.h b/runtime/msg.h
index c428237..fadbb48 100644
--- a/runtime/msg.h
+++ b/runtime/msg.h
@@ -51,6 +51,7 @@
struct msg {
BEGINobjInstance; /* Data to implement generic object - MUST be the first data element! */
pthread_mutexattr_t mutAttr;
+short bDoLock; /* use the mutex? */
pthread_mutex_t mut;
int iRefCount; /* reference counter (0 = unused) */
short bParseHOSTNAME; /* should the hostname be parsed from the message? */