commit | 6c37f0e64173571914a443f74d36e5a22dabfc05 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@kernel.org> | Mon Jun 03 14:45:16 2019 -0400 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Jul 08 14:01:43 2019 +0200 |
tree | 2ad4506a710e7cc556bc4da80a74c8f79bb08d79 | |
parent | bc07532cc51f4c33cb6136405c9807c5961e468b [diff] |
libceph: add ceph_decode_entity_addr Add a function for decoding an entity_addr_t. Once CEPH_FEATURE_MSG_ADDR2 is enabled, the server daemons will start encoding entity_addr_t differently. Add a new helper function that can handle either format. Signed-off-by: Jeff Layton <jlayton@kernel.org> Reviewed-by: "Yan, Zheng" <zyan@redhat.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>