]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/crimson/auth/AuthServer.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / crimson / auth / AuthServer.h
index d75c8f58649a59cd0039d3e3c364f4a377d2c37f..a808410d2d5b75357f4fcc7628f57ccec9d70df3 100644 (file)
@@ -30,11 +30,12 @@ public:
     int auth_method) = 0;
   // Handle an authentication request on an incoming connection
   virtual int handle_auth_request(
-    crimson::net::ConnectionRef conn,
-    AuthConnectionMetaRef auth_meta,
+    crimson::net::Connection &conn,
+    AuthConnectionMeta &auth_meta,
     bool more,           //< true if this is not the first part of the handshake
     uint32_t auth_method,
     const bufferlist& bl,
+    uint64_t *p_peer_global_id,
     bufferlist *reply) = 0;
 };