Merge pull request #8059 from ceph/wip-include-scope

rados: add ceph:: namespace to bufferlist type

Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2016-03-15 08:34:09 -04:00
commit b9c1f50857

View File

@ -100,7 +100,7 @@ struct err_t {
};
struct shard_info_t : err_t {
std::map<std::string, bufferlist> attrs;
std::map<std::string, ceph::bufferlist> attrs;
uint64_t size = -1;
bool omap_digest_present = false;
uint32_t omap_digest = 0;