Home
last modified time | relevance | path

Searched defs:ceph_connection (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/linux/ceph/
Dmessenger.h135 struct ceph_connection { struct
139 const struct ceph_connection_operations *ops; argument
141 struct ceph_messenger *msgr;
142 struct socket *sock;
143 unsigned long state; /* connection state (see flags above) */
144 const char *error_msg; /* error message, if any */
146 struct ceph_entity_addr peer_addr; /* peer address */
147 struct ceph_entity_name peer_name; /* peer name */
148 struct ceph_entity_addr peer_addr_for_me;
149 unsigned peer_features;
[all …]