]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/osd/SnapMapper.cc
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / osd / SnapMapper.cc
index 582bf2191f5e61b81432b7d7b795fd0bdf9e08c4..912c539b8bcf886dd4416264d2f937498918ce93 100644 (file)
 #undef dout_prefix
 #define dout_prefix *_dout << "snap_mapper."
 
+using std::make_pair;
+using std::map;
+using std::pair;
+using std::set;
 using std::string;
+using std::vector;
+
+using ceph::bufferlist;
+using ceph::decode;
+using ceph::encode;
+using ceph::timespan_str;
 
 const string SnapMapper::LEGACY_MAPPING_PREFIX = "MAP_";
 const string SnapMapper::MAPPING_PREFIX = "SNA_";