diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-05 08:59:42 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-05 08:59:42 +0100 |
commit | 11420835659758f9ff2f527b3083f5203584a526 (patch) | |
tree | 57f433ae7a7616544a163b97688a0e08638c2461 /runtime/batch.h | |
parent | 774f7b7986c7eb84c1d3c7e75ee5f1b03a4f055b (diff) | |
download | rsyslog-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.h | 1 |
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 |