summaryrefslogtreecommitdiffstats
path: root/include/framework/structure/InternalLevel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/framework/structure/InternalLevel.h')
-rw-r--r--include/framework/structure/InternalLevel.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/framework/structure/InternalLevel.h b/include/framework/structure/InternalLevel.h
index 54b3ae2..1dee359 100644
--- a/include/framework/structure/InternalLevel.h
+++ b/include/framework/structure/InternalLevel.h
@@ -233,6 +233,14 @@ public:
}
}
+ long predict_reconstruction_time(size_t reccnt) {
+ return 0;
+ }
+
+ void update_reconstruction_model(reconstruction_results<ShardType> &recon) {
+
+ }
+
private:
ssize_t m_level_no;
std::vector<shard_ptr> m_shards;