diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-28 14:24:37 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-28 14:24:37 +0200 |
commit | 13d4a23e92996e24d6a833ca75d06428c5387aa4 (patch) | |
tree | 49d69b2c232ff94c627141fbaf9fdb6c57895f97 /runtime/wti.c | |
parent | fc3e56941ca6dbf401bee2f9dc0f9e4c5cd87f40 (diff) | |
download | rsyslog-13d4a23e92996e24d6a833ca75d06428c5387aa4.tar.gz rsyslog-13d4a23e92996e24d6a833ca75d06428c5387aa4.tar.xz rsyslog-13d4a23e92996e24d6a833ca75d06428c5387aa4.zip |
some more fixes for queue engine
The enhanced testbench now runs without failures, again
Diffstat (limited to 'runtime/wti.c')
-rw-r--r-- | runtime/wti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/wti.c b/runtime/wti.c index 9428cd47..465dc3e1 100644 --- a/runtime/wti.c +++ b/runtime/wti.c @@ -392,7 +392,7 @@ wtiWorker(wti_t *pThis) dbgSetThrdName(pThis->pszDbgHdr); pthread_cleanup_push(wtiWorkerCancelCleanup, pThis); - pThis->batch.nElemDeq = 0; /* re-init dequeue count */ + // TODO: if we have a problem, enable again! pThis->batch.nElemDeq = 0; /* re-init dequeue count */ BEGIN_MTX_PROTECTED_OPERATIONS_UNCOND(pWtp->pmutUsr); pWtp->pfOnWorkerStartup(pWtp->pUsr); END_MTX_PROTECTED_OPERATIONS_UNCOND(pWtp->pmutUsr); |