From: Sage Weil Date: Fri, 12 Jul 2013 02:07:11 +0000 (-0700) Subject: osd: add encoding tests for PushOp, PullOp, PushReplyOp X-Git-Tag: v0.67-rc1~59^2~15^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0800ea1c2e69ed32046b09b3e250359631cb0523;p=ceph.git osd: add encoding tests for PushOp, PullOp, PushReplyOp Signed-off-by: Sage Weil --- diff --git a/src/test/encoding/types.h b/src/test/encoding/types.h index 7c927dc9734c..f78d81caf8d4 100644 --- a/src/test/encoding/types.h +++ b/src/test/encoding/types.h @@ -62,6 +62,9 @@ TYPE(ScrubMap) TYPE(osd_peer_stat_t) TYPE(clone_info) TYPE(obj_list_snap_response_t) +TYPE(PullOp) +TYPE(PushOp) +TYPE(PushReplyOp) #include "os/ObjectStore.h" TYPE(ObjectStore::Transaction)