]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
OSDMap: deepish_copy_from()
authorSage Weil <sage@inktank.com>
Fri, 24 Jan 2014 19:03:26 +0000 (11:03 -0800)
committerSage Weil <sage@inktank.com>
Tue, 28 Jan 2014 19:08:38 +0000 (11:08 -0800)
commite6fef68ee51a2e3be6537086246ce860819788eb
treefb5703ae37ab238dae621301e4ef02e35ae17410
parent2528186c0dd327607b1e76a51581df72aeea52f2
OSDMap: deepish_copy_from()

Make a deep(ish) copy of another OSDMap.  Unfortunatley we can't make the
compiler-generated copy operator/constructors private until c++11.  :(

Signed-off-by: Sage Weil <sage@inktank.com>
(cherry picked from commit bd54b9841b9255406e56cdc7269bddb419453304)
src/osd/OSDMap.h