Merge pull request #9837 from zhjwpku/typos

doc: network-protocol typos

Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2016-12-06 09:04:59 +08:00 committed by GitHub
commit 71ef0cbd8e

View File

@ -174,7 +174,7 @@ CEPH_MSGR_TAG_KEEPALIVE (0x09)
u8 data[0]; // No data.
}
CEPH_MSGR_TAG_KEEPALIVE2 (0x04)
CEPH_MSGR_TAG_KEEPALIVE2 (0x0E)
-------------------------------
::
@ -184,7 +184,7 @@ CEPH_MSGR_TAG_KEEPALIVE2 (0x04)
utime_t timestamp;
}
CEPH_MSGR_TAG_KEEPALIVE2_ACK (0x05)
CEPH_MSGR_TAG_KEEPALIVE2_ACK (0x0F)
-----------------------------------
::