]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/crimson/net/Messenger.h
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / crimson / net / Messenger.h
index e2fba32578b7959f6ef7f6eaa42d9a1001aeb37f..74df062d8de07984c8b4e91177917cb6df4902c8 100644 (file)
@@ -108,7 +108,8 @@ public:
   static MessengerRef
   create(const entity_name_t& name,
          const std::string& lname,
-         const uint64_t nonce);
+         uint64_t nonce,
+         bool dispatch_only_on_this_shard);
 
 #ifdef UNIT_TESTS_BUILT
   virtual void set_interceptor(Interceptor *) = 0;