From 88f138071c442b928bb01bd3efbeace5531f3c03 Mon Sep 17 00:00:00 2001 From: Noah Watkins Date: Fri, 11 Mar 2016 12:37:20 -0800 Subject: [PATCH] rados: add ceph:: namespace to bufferlist type After a fresh install, applications that had been including rados.hpp cannot resolve bufferlist, which is in ceph:: scope. Signed-off-by: Noah Watkins --- src/include/rados/rados_types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/rados/rados_types.hpp b/src/include/rados/rados_types.hpp index 2e3477bef1d4..d10e5f5b109f 100644 --- a/src/include/rados/rados_types.hpp +++ b/src/include/rados/rados_types.hpp @@ -100,7 +100,7 @@ struct err_t { }; struct shard_info_t : err_t { - std::map attrs; + std::map attrs; uint64_t size = -1; bool omap_digest_present = false; uint32_t omap_digest = 0; -- 2.47.3