diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-28 11:54:34 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-28 11:54:34 +0000 |
commit | b44a5205f7f2f072e0154ebbfede6937a4d82abf (patch) | |
tree | fb8ea5e2162de024ca56057e5f8110e97196399f /queue.c | |
parent | 94bfc28855393a1a688aa5fdc3339b9e2139e10a (diff) | |
download | rsyslog-b44a5205f7f2f072e0154ebbfede6937a4d82abf.tar.gz rsyslog-b44a5205f7f2f072e0154ebbfede6937a4d82abf.tar.xz rsyslog-b44a5205f7f2f072e0154ebbfede6937a4d82abf.zip |
- added "runtime instrumentation" feature to ./configure
- some more cleanup
Diffstat (limited to 'queue.c')
-rw-r--r-- | queue.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1321,10 +1321,6 @@ queueChkStopWrkrDA(queue_t *pThis) static int queueChkStopWrkrReg(queue_t *pThis) { - BEGINfunc - int bStopWrkr = pThis->bEnqOnly || pThis->bRunsDA || (pThis->pqParent != NULL && pThis->iQueueSize == 0); -RUNLOG_VAR("%d", bStopWrkr); - ENDfunc return pThis->bEnqOnly || pThis->bRunsDA || (pThis->pqParent != NULL && pThis->iQueueSize == 0); } |