summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_formats.h
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@redhat.com>2016-11-18 00:26:35 +0100
committerYehuda Sadeh <yehuda@redhat.com>2017-03-09 18:18:53 +0100
commit5cf5ab470e6e9119ae4a6a6111974cb03610ba3e (patch)
tree4cf16315aacdbb69a4b4d7f3e16f742b4fa5077a /src/rgw/rgw_formats.h
parentrgw: clean rgw_obj (diff)
downloadceph-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.h2
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);
};