diff options
Diffstat (limited to 'include/framework/scheduling/Task.h')
| -rw-r--r-- | include/framework/scheduling/Task.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/framework/scheduling/Task.h b/include/framework/scheduling/Task.h index 197e8bf..1591909 100644 --- a/include/framework/scheduling/Task.h +++ b/include/framework/scheduling/Task.h @@ -32,7 +32,7 @@ enum class ReconstructionPriority { template <ShardInterface ShardType, QueryInterface<ShardType> QueryType> struct ReconstructionArgs { typedef typename ShardType::RECORD RecordType; - std::atomic<std::shared_ptr<Version<ShardType, QueryType>>> version; + std::shared_ptr<Version<ShardType, QueryType>> version; ReconstructionVector tasks; void *extension; ReconstructionPriority priority; |