diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/ceph/messenger.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/linux/ceph/messenger.h b/include/linux/ceph/messenger.h index 5e852f444f68..dd27837f79ac 100644 --- a/include/linux/ceph/messenger.h +++ b/include/linux/ceph/messenger.h | |||
| @@ -227,8 +227,10 @@ extern void ceph_messenger_init(struct ceph_messenger *msgr, | |||
| 227 | u32 required_features, | 227 | u32 required_features, |
| 228 | bool nocrc); | 228 | bool nocrc); |
| 229 | 229 | ||
| 230 | extern void ceph_con_init(struct ceph_messenger *msgr, | 230 | extern void ceph_con_init(struct ceph_connection *con, void *private, |
| 231 | struct ceph_connection *con); | 231 | const struct ceph_connection_operations *ops, |
| 232 | struct ceph_messenger *msgr, __u8 entity_type, | ||
| 233 | __u64 entity_num); | ||
| 232 | extern void ceph_con_open(struct ceph_connection *con, | 234 | extern void ceph_con_open(struct ceph_connection *con, |
| 233 | struct ceph_entity_addr *addr); | 235 | struct ceph_entity_addr *addr); |
| 234 | extern bool ceph_con_opened(struct ceph_connection *con); | 236 | extern bool ceph_con_opened(struct ceph_connection *con); |
