X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fhealth.h;h=ebbc0cb0f7ccee5d08da37e32c16c396c8dd0bed;hp=0b5fb4644daf19c0c7dbc31c9c99122d77ea1c32;hb=67e056446003680180ed4f384217facd90b1a776;hpb=0b2dc8df2a6d7b3341a72a04767dd6328907c97c diff --git a/src/bin/lttng-sessiond/health.h b/src/bin/lttng-sessiond/health.h index 0b5fb4644..ebbc0cb0f 100644 --- a/src/bin/lttng-sessiond/health.h +++ b/src/bin/lttng-sessiond/health.h @@ -45,6 +45,8 @@ enum health_type { HEALTH_TYPE_KERNEL = 3, HEALTH_TYPE_CONSUMER = 4, HEALTH_TYPE_HT_CLEANUP = 5, + HEALTH_TYPE_APP_MANAGE_NOTIFY = 6, + HEALTH_TYPE_APP_REG_DISPATCH = 7, HEALTH_NUM_TYPE, }; @@ -122,5 +124,6 @@ static inline void health_error(void) int health_check_state(enum health_type type); void health_register(enum health_type type); void health_unregister(void); +void health_init(void); #endif /* _HEALTH_H */