summaryrefslogtreecommitdiffstats
path: root/runtime/msg.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-01-29 12:05:39 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-01-29 12:05:39 +0100
commit06f211d2308b723394a18521d2da89f3e67b2b24 (patch)
treeae0f3a9c9ccc2581c4c680545cb660dd2a32bd3b /runtime/msg.h
parent14d5cc7f55ffc7980c0bb73f50b53da175271358 (diff)
parentead2c355e3261f98817ccd52bc3644103140e824 (diff)
downloadrsyslog-06f211d2308b723394a18521d2da89f3e67b2b24.tar.gz
rsyslog-06f211d2308b723394a18521d2da89f3e67b2b24.tar.xz
rsyslog-06f211d2308b723394a18521d2da89f3e67b2b24.zip
Merge branch 'drd-testing'
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 d98111a8..c8350626 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;
flowControl_t flowCtlType; /**< type of flow control we can apply, for enqueueing, needs not to be persisted because
once data has entered the queue, this property is no longer needed. */