summaryrefslogtreecommitdiffstats
path: root/include/framework/scheduling/Task.h
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2023-12-13 12:39:54 -0500
committerDouglas Rumbaugh <dbr4@psu.edu>2023-12-13 12:39:54 -0500
commit3c127eda69295cb306739bdd3c5ddccff6026a8d (patch)
tree43632849c7684cab68c43a8eb2c0aeac7adffad7 /include/framework/scheduling/Task.h
parentd1f3535404ec2c200dcf2628b8c5c1f92b39e797 (diff)
downloaddynamic-extension-3c127eda69295cb306739bdd3c5ddccff6026a8d.tar.gz
Refactoring: corrected a number of names and added more comments
Diffstat (limited to 'include/framework/scheduling/Task.h')
-rw-r--r--include/framework/scheduling/Task.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/framework/scheduling/Task.h b/include/framework/scheduling/Task.h
index c10ed8b..16f5e58 100644
--- a/include/framework/scheduling/Task.h
+++ b/include/framework/scheduling/Task.h
@@ -17,9 +17,9 @@
namespace de {
template <RecordInterface R, ShardInterface S, QueryInterface Q, LayoutPolicy L>
-struct MergeArgs {
+struct ReconstructionArgs {
Epoch<R, S, Q, L> *epoch;
- std::vector<MergeTask> merges;
+ std::vector<ReconstructionTask> merges;
std::promise<bool> result;
bool compaction;
void *extension;