From 372297201febd2c61ee5b3476be052f8df4c197f Mon Sep 17 00:00:00 2001 From: Pete Zaitcev Date: Fri, 13 Mar 2015 14:13:02 -0600 Subject: [PATCH] Specify the actual struct used in protocol handshake Maybe it was sockaddr_storage in an older version, but it is definitely entity_addr_t in "ceph v027". Signed-off-by: Pete Zaitcev --- doc/dev/network-protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/network-protocol.rst b/doc/dev/network-protocol.rst index cb4c6068145d..b56b935a3b86 100644 --- a/doc/dev/network-protocol.rst +++ b/doc/dev/network-protocol.rst @@ -17,7 +17,7 @@ Banner The first action is the server sending banner to the client. The banner is defined in ``CEPH_BANNER`` from ``src/include/msgr.h``. This is followed by -the server's then client's address each encoded as a ``sockaddr_storage``. +the server's then client's address each encoded as a ``entity_addr_t``. Once the client verifies that the servers banner matches its own it replies with its banner and its address. -- 2.47.3