summaryrefslogtreecommitdiff
path: root/src/os/ObjectStore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/ObjectStore.h')
-rw-r--r--src/os/ObjectStore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/ObjectStore.h b/src/os/ObjectStore.h
index 55b0dc6618b..56f5401a5af 100644
--- a/src/os/ObjectStore.h
+++ b/src/os/ObjectStore.h
@@ -739,6 +739,7 @@ public:
virtual int snapshot(const string& name) { return -EOPNOTSUPP; }
+ virtual void set_fsid(uuid_d u) = 0;
virtual uuid_d get_fsid() = 0;
};