summaryrefslogtreecommitdiffstats
path: root/runtime/wti.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-11-07 12:57:49 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-11-07 12:57:49 +0100
commit23278699e35173f46effda964fd80b8f868e8b3e (patch)
tree35b8370799ac9ca9705a26bdee4c9f8309d07f31 /runtime/wti.h
parente3dc6041424a779ddce3da8d55af9bc71c99aa61 (diff)
parentfb81cf202c0277f48c75f777fa47e4db4e59f0a3 (diff)
downloadrsyslog-23278699e35173f46effda964fd80b8f868e8b3e.tar.gz
rsyslog-23278699e35173f46effda964fd80b8f868e8b3e.tar.bz2
rsyslog-23278699e35173f46effda964fd80b8f868e8b3e.zip
Merge branch 'master-ruleeng' into master-ruleeng-simd
Diffstat (limited to 'runtime/wti.h')
-rw-r--r--runtime/wti.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/wti.h b/runtime/wti.h
index 9ac61c2d..adc7897c 100644
--- a/runtime/wti.h
+++ b/runtime/wti.h
@@ -78,6 +78,7 @@ struct wti_s {
batch_t batch; /* pointer to an object array meaningful for current user pointer (e.g. queue pUsr data elemt) */
uchar *pszDbgHdr; /* header string for debug messages */
actWrkrInfo_t *actWrkrInfo; /* *array* of action wrkr infos for all actions (sized for max nbr of actions in config!) */
+ pthread_cond_t pcondBusy; /* condition to wake up the worker, protected by pmutUsr in wtp */
DEF_ATOMIC_HELPER_MUT(mutIsRunning);
struct {
uint8_t bPrevWasSuspended;