summaryrefslogtreecommitdiffstats
path: root/runtime/wti.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-07-08 18:45:23 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-07-08 18:45:23 +0200
commit4b6e93d382a622bffedbbaa6b87f94124987e2fd (patch)
tree4e166dd1d6f1ec2b51fe2c70d2973448fa7f212d /runtime/wti.h
parent4cfbc7254a49503a3c980a1b20264915d6b3b807 (diff)
downloadrsyslog-4b6e93d382a622bffedbbaa6b87f94124987e2fd.tar.gz
rsyslog-4b6e93d382a622bffedbbaa6b87f94124987e2fd.tar.xz
rsyslog-4b6e93d382a622bffedbbaa6b87f94124987e2fd.zip
further reduction in code size/complexity due to design change
Diffstat (limited to 'runtime/wti.h')
-rw-r--r--runtime/wti.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/wti.h b/runtime/wti.h
index 5b7e5baf..8507cb5c 100644
--- a/runtime/wti.h
+++ b/runtime/wti.h
@@ -36,7 +36,6 @@ struct wti_s {
pthread_t thrdID; /* thread ID */
qWrkCmd_t tCurrCmd; /* current command to be carried out by worker */
wtp_t *pWtp; /* my worker thread pool (important if only the work thread instance is passed! */
- //pthread_cond_t condExitDone; /* signaled when the thread exit is done (once per thread existance) */
pthread_mutex_t mut;
batch_t batch; /* pointer to an object array meaningful for current user pointer (e.g. queue pUsr data elemt) */
bool bShutdownRqtd; /* shutdown for this thread requested? 0 - no , 1 - yes */