diff options
author | Sage Weil <sage@newdream.net> | 2010-05-14 12:55:18 -0400 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-05-17 18:25:23 -0400 |
commit | 559c1e0073ae779d60e1c673cda837f3e4295302 (patch) | |
tree | 21ec63b449eb55df5fac575aeaab3ca16f239d4b /fs/ceph/auth.h | |
parent | f26e681d52fcc4778d8c604ef047487ca9f3df95 (diff) |
ceph: include auth method in error messages
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/auth.h')
-rw-r--r-- | fs/ceph/auth.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ceph/auth.h b/fs/ceph/auth.h index ca4f57cfb267..4429a707c021 100644 --- a/fs/ceph/auth.h +++ b/fs/ceph/auth.h | |||
@@ -15,6 +15,8 @@ struct ceph_auth_client; | |||
15 | struct ceph_authorizer; | 15 | struct ceph_authorizer; |
16 | 16 | ||
17 | struct ceph_auth_client_ops { | 17 | struct ceph_auth_client_ops { |
18 | const char *name; | ||
19 | |||
18 | /* | 20 | /* |
19 | * true if we are authenticated and can connect to | 21 | * true if we are authenticated and can connect to |
20 | * services. | 22 | * services. |