summaryrefslogtreecommitdiffstats
path: root/runtime/batch.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/batch.h')
-rw-r--r--runtime/batch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/batch.h b/runtime/batch.h
index fcbbafce..eb266b3f 100644
--- a/runtime/batch.h
+++ b/runtime/batch.h
@@ -59,6 +59,7 @@ struct batch_obj_s {
struct batch_s {
int nElem; /* actual number of element in this entry */
int iDoneUpTo; /* all messages below this index have state other than RDY */
+ qDeqID deqID; /* ID of dequeue operation that generated this batch */
batch_obj_t *pElem; /* batch elements */
};