summaryrefslogtreecommitdiffstats
path: root/src/mon/NVMeofGwMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mon/NVMeofGwMap.h')
-rwxr-xr-xsrc/mon/NVMeofGwMap.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mon/NVMeofGwMap.h b/src/mon/NVMeofGwMap.h
index 267d85b10f9..85fd62b3a07 100755
--- a/src/mon/NVMeofGwMap.h
+++ b/src/mon/NVMeofGwMap.h
@@ -27,6 +27,9 @@
#include "NVMeofGwTypes.h"
using ceph::coarse_mono_clock;
+
+class health_check_map_t;
+
class Monitor;
/*-------------------*/
class NVMeofGwMap
@@ -140,6 +143,8 @@ public:
decode(fsm_timers, bl);
DECODE_FINISH(bl);
}
+
+ void get_health_checks(health_check_map_t *checks);
};
#include "NVMeofGwSerialize.h"