summaryrefslogtreecommitdiff
path: root/src/rgw/rgw_swift.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/rgw_swift.h')
-rw-r--r--src/rgw/rgw_swift.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rgw/rgw_swift.h b/src/rgw/rgw_swift.h
index 9cc289e1c34..f8a64d34460 100644
--- a/src/rgw/rgw_swift.h
+++ b/src/rgw/rgw_swift.h
@@ -10,6 +10,7 @@ struct rgw_swift_auth_info {
int status;
string auth_groups;
string user;
+ string display_name;
long long ttl;
rgw_swift_auth_info() : status(0), ttl(0) {}