X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fcrimson%2Fmgr%2Fclient.h;h=501949768dddf89172a01f02443f3f09ead92919;hb=aee94f6923ba628a85d855d0c5316d0da78bfa2a;hp=e8457543305681defdb7c7881bda2640e87512a3;hpb=27f45121cc74e31203777ad565f78d8aad9b92a2;p=ceph.git diff --git a/ceph/src/crimson/mgr/client.h b/ceph/src/crimson/mgr/client.h index e84575433..501949768 100644 --- a/ceph/src/crimson/mgr/client.h +++ b/ceph/src/crimson/mgr/client.h @@ -40,7 +40,7 @@ private: std::optional> ms_dispatch( crimson::net::ConnectionRef conn, Ref m) override; void ms_handle_reset(crimson::net::ConnectionRef conn, bool is_replace) final; - void ms_handle_connect(crimson::net::ConnectionRef conn) final; + void ms_handle_connect(crimson::net::ConnectionRef conn, seastar::shard_id) final; seastar::future<> handle_mgr_map(crimson::net::ConnectionRef conn, Ref m); seastar::future<> handle_mgr_conf(crimson::net::ConnectionRef conn, @@ -56,6 +56,7 @@ private: crimson::net::ConnectionRef conn; seastar::timer report_timer; crimson::common::Gated gate; + uint64_t last_config_bl_version = 0; }; inline std::ostream& operator<<(std::ostream& out, const Client& client) {