diff options
Diffstat (limited to 'include/linux/ceph')
-rw-r--r-- | include/linux/ceph/messenger.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/ceph/messenger.h b/include/linux/ceph/messenger.h index 6df837f72761..9008f81c20cd 100644 --- a/include/linux/ceph/messenger.h +++ b/include/linux/ceph/messenger.h | |||
@@ -239,7 +239,8 @@ extern void ceph_con_open(struct ceph_connection *con, | |||
239 | extern bool ceph_con_opened(struct ceph_connection *con); | 239 | extern bool ceph_con_opened(struct ceph_connection *con); |
240 | extern void ceph_con_close(struct ceph_connection *con); | 240 | extern void ceph_con_close(struct ceph_connection *con); |
241 | extern void ceph_con_send(struct ceph_connection *con, struct ceph_msg *msg); | 241 | extern void ceph_con_send(struct ceph_connection *con, struct ceph_msg *msg); |
242 | extern void ceph_con_revoke(struct ceph_connection *con, struct ceph_msg *msg); | 242 | |
243 | extern void ceph_msg_revoke(struct ceph_msg *msg); | ||
243 | extern void ceph_con_revoke_message(struct ceph_connection *con, | 244 | extern void ceph_con_revoke_message(struct ceph_connection *con, |
244 | struct ceph_msg *msg); | 245 | struct ceph_msg *msg); |
245 | extern void ceph_con_keepalive(struct ceph_connection *con); | 246 | extern void ceph_con_keepalive(struct ceph_connection *con); |