diff options
author | Casey Bodley <cbodley@redhat.com> | 2024-03-12 20:34:44 +0100 |
---|---|---|
committer | Casey Bodley <cbodley@redhat.com> | 2024-04-10 19:09:17 +0200 |
commit | 47a18487b27064b7b19e60a6bc1647cbec65a043 (patch) | |
tree | dc493975a289592892dbebc4eaa8142a9e778da6 /src/rgw/rgw_sal_fwd.h | |
parent | rgw/pubsub: verify_topic_permission handles cross-account access (diff) | |
download | ceph-47a18487b27064b7b19e60a6bc1647cbec65a043.tar.xz ceph-47a18487b27064b7b19e60a6bc1647cbec65a043.zip |
rgw/rados: add index for account topics
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Diffstat (limited to 'src/rgw/rgw_sal_fwd.h')
-rw-r--r-- | src/rgw/rgw_sal_fwd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rgw/rgw_sal_fwd.h b/src/rgw/rgw_sal_fwd.h index 39039cf4c3f..e447cba4aae 100644 --- a/src/rgw/rgw_sal_fwd.h +++ b/src/rgw/rgw_sal_fwd.h @@ -49,6 +49,7 @@ namespace sal { class RGWRole; struct RoleList; struct GroupList; + struct TopicList; class DataProcessor; class ObjectProcessor; class ReadStatsCB; |