summaryrefslogtreecommitdiffstats
path: root/runtime/wti.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-04-27 18:26:09 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-04-27 18:26:09 +0200
commitdd76d96d676f305aa2d29131321fe5cac5a676c4 (patch)
treef71b499444c137ea1c9dfccc0dda9c1461e9040d /runtime/wti.h
parent4a5a3196fbe4e5a4e9f8dea49f916462adbf3098 (diff)
downloadrsyslog-dd76d96d676f305aa2d29131321fe5cac5a676c4.tar.gz
rsyslog-dd76d96d676f305aa2d29131321fe5cac5a676c4.tar.xz
rsyslog-dd76d96d676f305aa2d29131321fe5cac5a676c4.zip
adapted new atomic instruction emulation to v5 engine
code did not compile after merge from v4
Diffstat (limited to 'runtime/wti.h')
-rw-r--r--runtime/wti.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/wti.h b/runtime/wti.h
index ab23f8c1..ab575427 100644
--- a/runtime/wti.h
+++ b/runtime/wti.h
@@ -39,7 +39,7 @@ struct wti_s {
wtp_t *pWtp; /* my worker thread pool (important if only the work thread instance is passed! */
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 */
- DEF_ATOMIC_HELPER_MUT(mutCurrCmd);
+ DEF_ATOMIC_HELPER_MUT(mutIsRunning);
};