]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Specify the actual struct used in protocol handshake 3990/head
authorPete Zaitcev <zaitcev@kotori.zaitcev.us>
Fri, 13 Mar 2015 20:13:02 +0000 (14:13 -0600)
committerPete Zaitcev <zaitcev@kotori.zaitcev.us>
Fri, 13 Mar 2015 20:18:11 +0000 (14:18 -0600)
Maybe it was sockaddr_storage in an older version, but it is
definitely entity_addr_t in "ceph v027".

Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
doc/dev/network-protocol.rst

index cb4c6068145df17e3fbd9e54f126a7ef41f4bb7a..b56b935a3b8697bea8bd6c01715af638b9fa6cb6 100644 (file)
@@ -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.