]> mj.ucw.cz Git - libucw.git/blobdiff - lib/bucket.h
dmalloc and efence work again (ported from rel-2.1 branch).
[libucw.git] / lib / bucket.h
index bdf35e81d97c2df2c73747107347ac6a840fc937..759ef0e4761e4b035d8242a7bc57339bdb4f1280 100644 (file)
@@ -62,3 +62,6 @@ static inline sh_off_t obuck_get_pos(oid_t oid)
 {
   return ((sh_off_t) oid) << OBUCK_SHIFT;
 }
+
+/* Shaking down bucket file */
+void obuck_shakedown(int (*kibitz)(struct obuck_header *old, oid_t new, byte *buck));