diff options
author | Yehuda Sadeh <yehuda@redhat.com> | 2016-11-18 00:26:35 +0100 |
---|---|---|
committer | Yehuda Sadeh <yehuda@redhat.com> | 2017-03-09 18:18:53 +0100 |
commit | 5cf5ab470e6e9119ae4a6a6111974cb03610ba3e (patch) | |
tree | 4cf16315aacdbb69a4b4d7f3e16f742b4fa5077a /src/rgw/rgw_formats.h | |
parent | rgw: clean rgw_obj (diff) | |
download | ceph-5cf5ab470e6e9119ae4a6a6111974cb03610ba3e.tar.xz ceph-5cf5ab470e6e9119ae4a6a6111974cb03610ba3e.zip |
rgw: add rgw_obj_index_key, kill RGWObjEnt
Use rgw_obj_index_key to represent entries in bucket index (typedef of
cls_rgw_obj_key). Get rid of RGWObjEnt, it was duplicate of rgw_bucket_dir_entry
anyway.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Diffstat (limited to 'src/rgw/rgw_formats.h')
-rw-r--r-- | src/rgw/rgw_formats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgw/rgw_formats.h b/src/rgw/rgw_formats.h index acf3a0fb7de..13e4cd83a47 100644 --- a/src/rgw/rgw_formats.h +++ b/src/rgw/rgw_formats.h @@ -79,7 +79,7 @@ public: void generate_header(const std::string& dir_path, const std::string& css_path); void generate_footer(); - void dump_object(const RGWObjEnt& objent); + void dump_object(const rgw_bucket_dir_entry& objent); void dump_subdir(const std::string& name); }; |