]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ObjectStore: use ghobject_t for setattrs
authorSamuel Just <sam.just@inktank.com>
Mon, 16 Dec 2013 23:40:04 +0000 (15:40 -0800)
committerSamuel Just <sam.just@inktank.com>
Tue, 18 Feb 2014 04:11:05 +0000 (20:11 -0800)
Signed-off-by: Samuel Just <sam.just@inktank.com>
src/os/ObjectStore.h

index ef17db42152fc9b74d4b2cf55e1e31fd73effb23..f9c937b0745539319920360cc99abe9a9344eafa 100644 (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);