summaryrefslogtreecommitdiffstats
path: root/action.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-10-29 17:19:15 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-10-29 17:19:15 +0100
commit5878ee24c7232d0f4f8655e7af6a1d456c07492f (patch)
treebc4176525e9deaa480bb9af132008dda53f75bba /action.h
parent8f27fab8340f39b070d2b6734e2f9005f12d61b9 (diff)
downloadrsyslog-5878ee24c7232d0f4f8655e7af6a1d456c07492f.tar.gz
rsyslog-5878ee24c7232d0f4f8655e7af6a1d456c07492f.tar.bz2
rsyslog-5878ee24c7232d0f4f8655e7af6a1d456c07492f.zip
milestone: action mutex removed
This means actions may now be called concurrently and must make provisions themselves to handle multi-threading.
Diffstat (limited to 'action.h')
-rw-r--r--action.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/action.h b/action.h
index 0724dc78..5c88b052 100644
--- a/action.h
+++ b/action.h
@@ -79,7 +79,6 @@ struct action_s {
* in this order. */
qqueue_t *pQueue; /* action queue */
pthread_mutex_t mutAction; /* primary action mutex */
- pthread_mutex_t mutActExec; /* mutex to guard actual execution of doAction for single-threaded modules */
uchar *pszName; /* action name (for documentation) */
DEF_ATOMIC_HELPER_MUT(mutCAS);
/* for statistics subsystem */