]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test/encoding/types.h: Adjusting src/mon entries
authorErwan Velu <erwan@redhat.com>
Mon, 11 Jun 2018 14:07:03 +0000 (16:07 +0200)
committerErwan Velu <erwan@redhat.com>
Tue, 12 Jun 2018 15:30:58 +0000 (17:30 +0200)
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 <erwan@redhat.com>
src/test/encoding/types.h

index c7c2ca6a67eaacd0a764723d473e4c78d6d4862b..f1bbdea32d201a51fc75af0f1836fb81c706d4fe 100644 (file)
@@ -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)