diff options
Diffstat (limited to 'include/framework/reconstruction/FloodL0Policy.h')
| -rw-r--r-- | include/framework/reconstruction/FloodL0Policy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/framework/reconstruction/FloodL0Policy.h b/include/framework/reconstruction/FloodL0Policy.h index c0d29fe..7e38e02 100644 --- a/include/framework/reconstruction/FloodL0Policy.h +++ b/include/framework/reconstruction/FloodL0Policy.h @@ -24,7 +24,8 @@ public: FloodL0Policy(size_t buffer_size) : m_buffer_size(buffer_size) {} std::vector<ReconstructionVector> - get_reconstruction_tasks(const Version<ShardType, QueryType> *version, LockManager &lock_mngr) const override { + get_reconstruction_tasks(const Version<ShardType, QueryType> *version, + LockManager &lock_mngr) const override { return {}; } |