summaryrefslogtreecommitdiffstats
path: root/src/mds/SnapClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mds/SnapClient.h')
-rw-r--r--src/mds/SnapClient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mds/SnapClient.h b/src/mds/SnapClient.h
index cf711231b37..f587983eec2 100644
--- a/src/mds/SnapClient.h
+++ b/src/mds/SnapClient.h
@@ -45,8 +45,8 @@ public:
sync_reqid(0), synced(false) {}
void resend_queries() override;
- void handle_query_result(MMDSTableRequest *m) override;
- void handle_notify_prep(MMDSTableRequest *m) override;
+ void handle_query_result(const MMDSTableRequest::const_ref &m) override;
+ void handle_notify_prep(const MMDSTableRequest::const_ref &m) override;
void notify_commit(version_t tid) override;
void prepare_create(inodeno_t dirino, std::string_view name, utime_t stamp,