|
@@ -64,7 +64,7 @@ struct ceph_auth_client_ops {
|
|
|
int (*update_authorizer)(struct ceph_auth_client *ac, int peer_type,
|
|
|
struct ceph_auth_handshake *auth);
|
|
|
int (*verify_authorizer_reply)(struct ceph_auth_client *ac,
|
|
|
- struct ceph_authorizer *a, size_t len);
|
|
|
+ struct ceph_authorizer *a);
|
|
|
void (*invalidate_authorizer)(struct ceph_auth_client *ac,
|
|
|
int peer_type);
|
|
|
|
|
@@ -118,8 +118,7 @@ extern int ceph_auth_update_authorizer(struct ceph_auth_client *ac,
|
|
|
int peer_type,
|
|
|
struct ceph_auth_handshake *a);
|
|
|
extern int ceph_auth_verify_authorizer_reply(struct ceph_auth_client *ac,
|
|
|
- struct ceph_authorizer *a,
|
|
|
- size_t len);
|
|
|
+ struct ceph_authorizer *a);
|
|
|
extern void ceph_auth_invalidate_authorizer(struct ceph_auth_client *ac,
|
|
|
int peer_type);
|
|
|
|