]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rados: add ceph:: namespace to bufferlist type 8059/head
authorNoah Watkins <noahwatkins@gmail.com>
Fri, 11 Mar 2016 20:37:20 +0000 (12:37 -0800)
committerNoah Watkins <noahwatkins@gmail.com>
Fri, 11 Mar 2016 20:37:20 +0000 (12:37 -0800)
After a fresh install, applications that had been including rados.hpp cannot resolve bufferlist, which is in ceph:: scope.

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
src/include/rados/rados_types.hpp

index 2e3477bef1d46bb0a6390839d3108083b93782b9..d10e5f5b109f225e57d6e73f74cb89c78eedceda 100644 (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;