X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fhealth.h;h=ebbc0cb0f7ccee5d08da37e32c16c396c8dd0bed;hb=ecc48a904cc7c419fd1400afaa9ccb93be490cdd;hp=dc5b0b19958fc509ffe15a40d138a334ab76d4e9;hpb=380e8d6f886dfe6633044abfa77739d1210979a3;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/health.h b/src/bin/lttng-sessiond/health.h index dc5b0b199..ebbc0cb0f 100644 --- a/src/bin/lttng-sessiond/health.h +++ b/src/bin/lttng-sessiond/health.h @@ -46,6 +46,7 @@ enum health_type { HEALTH_TYPE_CONSUMER = 4, HEALTH_TYPE_HT_CLEANUP = 5, HEALTH_TYPE_APP_MANAGE_NOTIFY = 6, + HEALTH_TYPE_APP_REG_DISPATCH = 7, HEALTH_NUM_TYPE, }; @@ -123,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 */