summaryrefslogtreecommitdiffstats
path: root/include/framework/scheduling/Task.h
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2024-01-31 18:41:17 -0500
committerDouglas Rumbaugh <dbr4@psu.edu>2024-01-31 18:41:17 -0500
commitf3b7428cfa7f9364c5a8bc85107db3a7cccd53bc (patch)
treec6025935175e8c63e5dc1a116f7e605ca74885ce /include/framework/scheduling/Task.h
parent8fbcfda7270ef266f29f36b8eadcffaec2123612 (diff)
downloaddynamic-extension-f3b7428cfa7f9364c5a8bc85107db3a7cccd53bc.tar.gz
Adjusted epoch transition methodology
Diffstat (limited to 'include/framework/scheduling/Task.h')
-rw-r--r--include/framework/scheduling/Task.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/framework/scheduling/Task.h b/include/framework/scheduling/Task.h
index b14b229..6f6b913 100644
--- a/include/framework/scheduling/Task.h
+++ b/include/framework/scheduling/Task.h
@@ -29,9 +29,9 @@ struct ReconstructionArgs {
template <RecordInterface R, ShardInterface S, QueryInterface Q, LayoutPolicy L>
struct QueryArgs {
- Epoch<R, S, Q, L> *epoch;
std::promise<std::vector<R>> result_set;
void *query_parms;
+ void *extension;
};
typedef std::function<void(void*)> Job;