]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-dencoder: add OSDMap::Incremental
authorSage Weil <sage@newdream.net>
Mon, 20 Feb 2012 18:26:41 +0000 (10:26 -0800)
committerSage Weil <sage@newdream.net>
Mon, 20 Feb 2012 18:56:42 +0000 (10:56 -0800)
Signed-off-by: Sage Weil <sage@newdream.net>
src/test/encoding/types.h

index 9970f76dec3b8e32c9057d93aa8acc516b8ab94e..8e11f7648e9df713f754a93da481d80023f4fe5d 100644 (file)
@@ -20,6 +20,7 @@ TYPE(entity_addr_t)
 #include "osd/OSDMap.h"
 TYPE(osd_info_t)
 TYPE(OSDMap)
+TYPE(OSDMap::Incremental)
 
 #include "osd/PG.h"
 TYPE(PG::Interval)