mirror of
https://github.com/ceph/ceph
synced 2025-02-20 17:37:29 +00:00
librados: fix map -> std::map in header, string -> std::string
Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
parent
fafbddd9cb
commit
934ee487fe
@ -371,7 +371,7 @@ namespace librados
|
||||
const std::set<std::string>& keys,
|
||||
std::map<std::string, bufferlist> *vals);
|
||||
int omap_set(const std::string& oid,
|
||||
const map<string, bufferlist>& map);
|
||||
const std::map<std::string, bufferlist>& map);
|
||||
int omap_set_header(const std::string& oid,
|
||||
const bufferlist& bl);
|
||||
int omap_clear(const std::string& oid);
|
||||
|
Loading…
Reference in New Issue
Block a user