ceph: use fixed endian encoding for ceph_entity_addr
[deliverable/linux.git] / fs / ceph / messenger.h
index dcd98b64dca97d44a04694fc4c90fcd9f9d40ad2..e016fa7cf970ae9e3b9e0410e2b76a7212ef5952 100644 (file)
@@ -53,6 +53,7 @@ extern const char *ceph_name_type_str(int t);
 
 struct ceph_messenger {
        struct ceph_entity_inst inst;    /* my name+address */
+       struct ceph_entity_addr my_enc_addr;
        struct page *zero_page;          /* used in certain error cases */
 
        bool nocrc;
This page took 0.027208 seconds and 5 git commands to generate.