summaryrefslogtreecommitdiffstats
path: root/runtime/wti.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-05-18 17:53:12 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-05-18 17:53:12 +0200
commit7574e70df4c6796878d3b753275f01b5f0d65ade (patch)
treed79350f92fa93c08258836213d3f01f475946b32 /runtime/wti.h
parentaf8582e50914cfc719be1a1a80eeb81030d611c5 (diff)
downloadrsyslog-7574e70df4c6796878d3b753275f01b5f0d65ade.tar.gz
rsyslog-7574e70df4c6796878d3b753275f01b5f0d65ade.tar.xz
rsyslog-7574e70df4c6796878d3b753275f01b5f0d65ade.zip
fixed race conditions during queue shutdown (DA case, disks active)
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 ab575427..51ece4ef 100644
--- a/runtime/wti.h
+++ b/runtime/wti.h
@@ -52,6 +52,7 @@ rsRetVal wtiSetDbgHdr(wti_t *pThis, uchar *pszMsg, size_t lenMsg);
rsRetVal wtiCancelThrd(wti_t *pThis);
rsRetVal wtiSetAlwaysRunning(wti_t *pThis);
rsRetVal wtiSetState(wti_t *pThis, sbool bNew);
+rsRetVal wtiWakeupThrd(wti_t *pThis);
sbool wtiGetState(wti_t *pThis);
PROTOTYPEObjClassInit(wti);
PROTOTYPEpropSetMeth(wti, pszDbgHdr, uchar*);