From 821dbfa305cc9507c770e6cf35f7fa98561c4d22 Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Mon, 11 Jun 2018 16:07:03 +0200 Subject: [PATCH] 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 --- src/test/encoding/types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/encoding/types.h b/src/test/encoding/types.h index c7c2ca6a67e..f1bbdea32d2 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) -- 2.39.5