diff options
author | Kefu Chai <tchaikov@gmail.com> | 2018-07-17 17:31:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-17 17:31:23 +0200 |
commit | de4706dde7177f2a948ead0bf7d78f73946548fd (patch) | |
tree | 092b13ed4e5587ca174ec524d4f63b53eb673a16 /src/crimson/net/SocketConnection.h | |
parent | Merge pull request #23057 from liewegas/wip-12.2.7-notes (diff) | |
parent | crimson/net: use boost::thread_unsafe_counter for refcounting Connection (diff) | |
download | ceph-de4706dde7177f2a948ead0bf7d78f73946548fd.tar.xz ceph-de4706dde7177f2a948ead0bf7d78f73946548fd.zip |
Merge pull request #23044 from tchaikov/wip-crimson-connection
crimson/connection: misc changes
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Diffstat (limited to 'src/crimson/net/SocketConnection.h')
-rw-r--r-- | src/crimson/net/SocketConnection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crimson/net/SocketConnection.h b/src/crimson/net/SocketConnection.h index ac1a7301619..a73329f93d0 100644 --- a/src/crimson/net/SocketConnection.h +++ b/src/crimson/net/SocketConnection.h @@ -70,7 +70,7 @@ class SocketConnection : public Connection { seastar::future<> handle_keepalive2_ack(); bool require_auth_feature() const; - int get_peer_type() const { + int get_peer_type() const override { return h.connect.host_type; } uint32_t get_proto_version(entity_type_t peer_type, bool connec) const; |