diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-05-18 17:53:12 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-05-18 17:53:12 +0200 |
commit | 7574e70df4c6796878d3b753275f01b5f0d65ade (patch) | |
tree | d79350f92fa93c08258836213d3f01f475946b32 /runtime/wti.h | |
parent | af8582e50914cfc719be1a1a80eeb81030d611c5 (diff) | |
download | rsyslog-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.h | 1 |
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*); |