diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ceph/auth.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/ceph/auth.h b/include/linux/ceph/auth.h index d4080f309b56..73e973e70026 100644 --- a/include/linux/ceph/auth.h +++ b/include/linux/ceph/auth.h | |||
| @@ -52,6 +52,9 @@ struct ceph_auth_client_ops { | |||
| 52 | */ | 52 | */ |
| 53 | int (*create_authorizer)(struct ceph_auth_client *ac, int peer_type, | 53 | int (*create_authorizer)(struct ceph_auth_client *ac, int peer_type, |
| 54 | struct ceph_auth_handshake *auth); | 54 | struct ceph_auth_handshake *auth); |
| 55 | /* ensure that an existing authorizer is up to date */ | ||
| 56 | int (*update_authorizer)(struct ceph_auth_client *ac, int peer_type, | ||
| 57 | struct ceph_auth_handshake *auth); | ||
| 55 | int (*verify_authorizer_reply)(struct ceph_auth_client *ac, | 58 | int (*verify_authorizer_reply)(struct ceph_auth_client *ac, |
| 56 | struct ceph_authorizer *a, size_t len); | 59 | struct ceph_authorizer *a, size_t len); |
| 57 | void (*destroy_authorizer)(struct ceph_auth_client *ac, | 60 | void (*destroy_authorizer)(struct ceph_auth_client *ac, |
