aboutsummaryrefslogtreecommitdiff
path: root/src/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash.h')
-rw-r--r--src/hash.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/hash.h b/src/hash.h
index dcf65ae..d847add 100644
--- a/src/hash.h
+++ b/src/hash.h
@@ -164,6 +164,11 @@ public:
164 return nFilled; 164 return nFilled;
165 } 165 }
166 166
167 uint32_t size()
168 {
169 return nFilled;
170 }
171
167 uint32_t getDeleted() 172 uint32_t getDeleted()
168 { 173 {
169 return nDeleted; 174 return nDeleted;