summaryrefslogtreecommitdiffstats
path: root/src/mon/MgrMonitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mon/MgrMonitor.h')
-rw-r--r--src/mon/MgrMonitor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mon/MgrMonitor.h b/src/mon/MgrMonitor.h
index 79d4e5005..a2a84c141 100644
--- a/src/mon/MgrMonitor.h
+++ b/src/mon/MgrMonitor.h
@@ -21,8 +21,9 @@
#include "MgrMap.h"
#include "PaxosService.h"
#include "MonCommand.h"
+#include "CommandHandler.h"
-class MgrMonitor: public PaxosService
+class MgrMonitor: public PaxosService, public CommandHandler
{
MgrMap map;
MgrMap pending_map;