the peer_id is not used at this moment. this change is made just for
the sake of completeness.
Signed-off-by: Kefu Chai <kchai@redhat.com>
// TODO: change peer_addr to entity_addrvec_t
ceph_assert(conn.peer_addr == server_ident.addrs().front());
peer_name = entity_name_t(conn.get_peer_type(), server_ident.gid());
+ conn.peer_id = server_ident.gid();
conn.set_features(server_ident.supported_features() &
conn.policy.features_supported);
peer_global_seq = server_ident.global_seq();