]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-dencoder: OSDMap and osd_info_t
authorSage Weil <sage.weil@dreamhost.com>
Wed, 1 Feb 2012 18:41:39 +0000 (10:41 -0800)
committerSage Weil <sage.weil@dreamhost.com>
Wed, 1 Feb 2012 18:41:39 +0000 (10:41 -0800)
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/test/encoding/types.h

index ed56006ccaeff11154566a7f520cfc30eadb0269..9c1e4e94e670968fe192eaf8df38630fde96abea 100644 (file)
@@ -3,6 +3,10 @@
 TYPE(entity_name_t)
 TYPE(entity_addr_t)
 
+#include "osd/OSDMap.h"
+TYPE(osd_info_t)
+TYPE(OSDMap)
+
 #include "osd/osd_types.h"
 TYPE(osd_stat_t)
 TYPE(OSDSuperblock)