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>
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)
#include "mon/mon_types.h"
TYPE(LevelDBStoreStats)
+TYPE(ScrubResult)
#include "mon/CreatingPGs.h"
TYPE(creating_pgs_t)