diff options
Diffstat (limited to 'include/util/types.h')
| -rw-r--r-- | include/util/types.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/util/types.h b/include/util/types.h index 88774f5..64dc773 100644 --- a/include/util/types.h +++ b/include/util/types.h @@ -88,6 +88,9 @@ struct reconstruction_results { std::shared_ptr<ShardType> new_shard; std::vector<std::pair<level_index, const ShardType *>> source_shards; size_t target_level; + size_t reccnt; + long runtime; + }; typedef struct ReconstructionTask { |