diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-29 17:19:15 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-29 17:19:15 +0100 |
commit | 5878ee24c7232d0f4f8655e7af6a1d456c07492f (patch) | |
tree | bc4176525e9deaa480bb9af132008dda53f75bba /action.h | |
parent | 8f27fab8340f39b070d2b6734e2f9005f12d61b9 (diff) | |
download | rsyslog-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 */ |