summaryrefslogtreecommitdiffstats
path: root/include/framework/scheduling/Task.h
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2023-10-30 14:17:59 -0400
committerDouglas Rumbaugh <dbr4@psu.edu>2023-10-30 14:17:59 -0400
commit39ae3e0441d8297a09197aba98bd494b5ada12c1 (patch)
tree3bd5c8053ef17188ece2f1839d443df98875939f /include/framework/scheduling/Task.h
parent3afacb7702e6d8fa67749a2a41dc776d315e02a9 (diff)
downloaddynamic-extension-39ae3e0441d8297a09197aba98bd494b5ada12c1.tar.gz
Concurrency updates + fixes for compile errors
Diffstat (limited to 'include/framework/scheduling/Task.h')
-rw-r--r--include/framework/scheduling/Task.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/framework/scheduling/Task.h b/include/framework/scheduling/Task.h
index 94c4d0a..d25c7c0 100644
--- a/include/framework/scheduling/Task.h
+++ b/include/framework/scheduling/Task.h
@@ -17,6 +17,7 @@ struct MergeArgs {
Epoch<R, S, Q, L> *epoch;
std::vector<MergeTask> merges;
std::promise<bool> result;
+ void *extension;
};
template <RecordInterface R, ShardInterface S, QueryInterface Q, LayoutPolicy L>