File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -263,9 +263,6 @@ struct TopicList {
263263 std::string next_marker;
264264};
265265
266- /* * A list of key-value attributes */
267- using Attrs = std::map<std::string, ceph::buffer::list>;
268-
269266/* *
270267 * @brief Base singleton representing a Store or Filter
271268 *
Original file line number Diff line number Diff line change 1616#pragma once
1717
1818#include < functional>
19+ #include < map>
1920#include < string>
21+ #include " include/buffer_fwd.h"
2022
2123namespace rgw {
2224using AccessListFilter =
@@ -31,6 +33,9 @@ inline auto AccessListFilterPrefix(std::string prefix) {
3133
3234namespace sal {
3335
36+ /* * A list of key-value attributes */
37+ using Attrs = std::map<std::string, ceph::buffer::list>;
38+
3439 class Driver ;
3540 class User ;
3641 struct UserList ;
You can’t perform that action at this time.
0 commit comments