X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=blobdiff_plain;f=localdb.h;fp=localdb.h;h=bef9286384cdaf2464cff576940b72817c2f543c;hp=6d28cd827435ea1143d7612471ed34e9c0391570;hb=a855c59ca566ee7a55fc3dda56ab70943a85ef32;hpb=edcae8181571b57b058cb2249cb84b01df73d52a diff --git a/localdb.h b/localdb.h index 6d28cd8..bef9286 100644 --- a/localdb.h +++ b/localdb.h @@ -27,7 +27,8 @@ public: void StoreObject(const ObjectReference& ref, const std::string &checksum, int64_t size, double age); ObjectReference FindObject(const std::string &checksum, int64_t size); - bool IsOldObject(const std::string &checksum, int64_t size, double *age); + bool IsOldObject(const std::string &checksum, int64_t size, double *age, + int *group); bool IsAvailable(const ObjectReference &ref); void UseObject(const ObjectReference& ref);