mirror of
https://github.com/ceph/ceph
synced 2024-12-17 17:05:42 +00:00
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:
commit
b9c1f50857
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user