]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-dencoder: new cls::rbd::MirrorPeer type
authorJason Dillaman <dillaman@redhat.com>
Wed, 23 Sep 2015 22:11:34 +0000 (18:11 -0400)
committerJason Dillaman <dillaman@redhat.com>
Wed, 2 Dec 2015 16:11:37 +0000 (11:11 -0500)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/cls/Makefile-client.am
src/test/encoding/types.h

index dcecc2802d3b8b85d71fdf05580da24624972560..642d167f81a0d01fa815de4b0c9adfaa555d8ef8 100644 (file)
@@ -45,6 +45,7 @@ libcls_rbd_client_la_SOURCES = \
        cls/rbd/cls_rbd_client.cc \
        cls/rbd/cls_rbd_types.cc
 noinst_LTLIBRARIES += libcls_rbd_client.la
+DENCODER_DEPS += libcls_rbd_client.la
 
 libcls_user_client_a_SOURCES = cls/user/cls_user_client.cc \
        cls/user/cls_user_types.cc \
index 35b7e16b977b176a176d83f5969f0b720302c7da..5e06c2c9e6ca876030d069ed5ee22cc8a114a025 100644 (file)
@@ -335,6 +335,9 @@ TYPE(rgw_log_entry)
 TYPE(cls_rbd_parent)
 TYPE(cls_rbd_snap)
 
+#include "cls/rbd/cls_rbd_types.h"
+TYPE(cls::rbd::MirrorPeer)
+
 #endif
 
 #include "cls/lock/cls_lock_types.h"