]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/osdc/ObjectCacher.h
import quincy beta 17.1.0
[ceph.git] / ceph / src / osdc / ObjectCacher.h
index d5a77cd18aa19f6feee5b30694d485c12ea1d22b..2101692e14054311ae1b510139cfb19bfe09cad8 100644 (file)
@@ -161,6 +161,13 @@ class ObjectCacher {
     }
     int get_state() const { return state; }
 
+    inline int get_error() const {
+      return error;
+    }
+    inline void set_error(int _error) {
+      error = _error;
+    }
+
     inline ceph_tid_t get_journal_tid() const {
       return journal_tid;
     }