Implement garage stats to get info on node contents

This commit is contained in:
Alex Auvolat
2021-03-12 15:40:54 +01:00
parent cbe7e1a66a
commit a1442f072a
7 changed files with 126 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ pub struct TableData<F: TableSchema> {
pub instance: F,
pub store: sled::Tree,
pub(crate) merkle_updater: Arc<MerkleUpdater>,
pub merkle_updater: Arc<MerkleUpdater>,
}
impl<F> TableData<F>