diff options
Diffstat (limited to 'include/framework/scheduling/Task.h')
| -rw-r--r-- | include/framework/scheduling/Task.h | 4 |
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; |