From: Erwan Velu Date: Mon, 11 Jun 2018 14:07:03 +0000 (+0200) Subject: test/encoding/types.h: Adjusting src/mon entries X-Git-Tag: v14.0.1~1127^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=821dbfa305cc9507c770e6cf35f7fa98561c4d22;p=ceph.git test/encoding/types.h: Adjusting src/mon entries This patch is about: - Adding the missing types from the existing headers - Ordering types to get them in the file's order (that's easier to update) Signed-off-by: Erwan Velu --- diff --git a/src/test/encoding/types.h b/src/test/encoding/types.h index c7c2ca6a67ea..f1bbdea32d20 100644 --- a/src/test/encoding/types.h +++ b/src/test/encoding/types.h @@ -164,8 +164,8 @@ TYPE(bluefs_transaction_t) TYPE_FEATUREFUL(AuthMonitor::Incremental) #include "mon/PGMap.h" -TYPE_FEATUREFUL_NONDETERMINISTIC(PGMap) TYPE_FEATUREFUL_NONDETERMINISTIC(PGMapDigest) +TYPE_FEATUREFUL_NONDETERMINISTIC(PGMap) #include "mon/MonitorDBStore.h" TYPE(MonitorDBStore::Transaction) @@ -182,6 +182,7 @@ TYPE_FEATUREFUL(MgrMap) #include "mon/mon_types.h" TYPE(LevelDBStoreStats) +TYPE(ScrubResult) #include "mon/CreatingPGs.h" TYPE(creating_pgs_t)