summaryrefslogtreecommitdiffstats
path: root/runtime/batch.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-11-05 08:59:42 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-11-05 08:59:42 +0100
commit11420835659758f9ff2f527b3083f5203584a526 (patch)
tree57f433ae7a7616544a163b97688a0e08638c2461 /runtime/batch.h
parent774f7b7986c7eb84c1d3c7e75ee5f1b03a4f055b (diff)
downloadrsyslog-11420835659758f9ff2f527b3083f5203584a526.tar.gz
rsyslog-11420835659758f9ff2f527b3083f5203584a526.tar.bz2
rsyslog-11420835659758f9ff2f527b3083f5203584a526.zip
refactor: move pbShutdownImmediate to wti_t
Diffstat (limited to 'runtime/batch.h')
-rw-r--r--runtime/batch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/batch.h b/runtime/batch.h
index e8268b1c..5c855521 100644
--- a/runtime/batch.h
+++ b/runtime/batch.h
@@ -68,7 +68,6 @@ struct batch_s {
int nElemDeq; /* actual number of elements dequeued (and thus to be deleted) - see comment above! */
int iDoneUpTo; /* all messages below this index have state other than RDY */
qDeqID deqID; /* ID of dequeue operation that generated this batch */
- int *pbShutdownImmediate;/* end processing of this batch immediately if set to 1 */
batch_obj_t *pElem; /* batch elements */
batch_state_t *eltState;/* state (array!) for individual objects.
NOTE: we have moved this out of batch_obj_t because we