diff options
Diffstat (limited to 'include/linux/ceph')
-rw-r--r-- | include/linux/ceph/messenger.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/ceph/messenger.h b/include/linux/ceph/messenger.h index b10b55f8f301..2521a95fa6d9 100644 --- a/include/linux/ceph/messenger.h +++ b/include/linux/ceph/messenger.h | |||
@@ -27,9 +27,7 @@ struct ceph_connection_operations { | |||
27 | /* authorize an outgoing connection */ | 27 | /* authorize an outgoing connection */ |
28 | struct ceph_auth_handshake *(*get_authorizer) ( | 28 | struct ceph_auth_handshake *(*get_authorizer) ( |
29 | struct ceph_connection *con, | 29 | struct ceph_connection *con, |
30 | void **buf, int *len, int *proto, | 30 | int *proto, int force_new); |
31 | void **reply_buf, int *reply_len, | ||
32 | int force_new); | ||
33 | int (*verify_authorizer_reply) (struct ceph_connection *con, int len); | 31 | int (*verify_authorizer_reply) (struct ceph_connection *con, int len); |
34 | int (*invalidate_authorizer)(struct ceph_connection *con); | 32 | int (*invalidate_authorizer)(struct ceph_connection *con); |
35 | 33 | ||