aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ceph
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ceph')
-rw-r--r--include/linux/ceph/messenger.h3
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,
239extern bool ceph_con_opened(struct ceph_connection *con); 239extern bool ceph_con_opened(struct ceph_connection *con);
240extern void ceph_con_close(struct ceph_connection *con); 240extern void ceph_con_close(struct ceph_connection *con);
241extern void ceph_con_send(struct ceph_connection *con, struct ceph_msg *msg); 241extern void ceph_con_send(struct ceph_connection *con, struct ceph_msg *msg);
242extern void ceph_con_revoke(struct ceph_connection *con, struct ceph_msg *msg); 242
243extern void ceph_msg_revoke(struct ceph_msg *msg);
243extern void ceph_con_revoke_message(struct ceph_connection *con, 244extern void ceph_con_revoke_message(struct ceph_connection *con,
244 struct ceph_msg *msg); 245 struct ceph_msg *msg);
245extern void ceph_con_keepalive(struct ceph_connection *con); 246extern void ceph_con_keepalive(struct ceph_connection *con);