ObjectStore: use ghobject_t for setattrs

Signed-off-by: Samuel Just <sam.just@inktank.com>
This commit is contained in:
Samuel Just 2013-12-16 15:40:04 -08:00
parent f2826fa2cf
commit 44b43df47f

View File

@ -468,7 +468,7 @@ public:
::encode(attrset, tbl);
ops++;
}
void setattrs(coll_t cid, const hobject_t& oid, map<string,bufferlist>& attrset) {
void setattrs(coll_t cid, const ghobject_t& oid, map<string,bufferlist>& attrset) {
__u32 op = OP_SETATTRS;
::encode(op, tbl);
::encode(cid, tbl);