X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fbucket.h;h=759ef0e4761e4b035d8242a7bc57339bdb4f1280;hb=34289767d57bb8845699c819362d286bd51c8952;hp=bdf35e81d97c2df2c73747107347ac6a840fc937;hpb=995458e48d482bd5fa349882fba5cb4d6350076d;p=libucw.git diff --git a/lib/bucket.h b/lib/bucket.h index bdf35e81..759ef0e4 100644 --- a/lib/bucket.h +++ b/lib/bucket.h @@ -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));