X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fhealth.h;h=ebbc0cb0f7ccee5d08da37e32c16c396c8dd0bed;hb=e9accd4fad532b481ff23af1ef2202c1b5a43c70;hp=d04d18b78ff4b436f59dae699892638f98e8c565;hpb=12e2b88170b3bf7a55beb692c717470752ad51eb;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/health.h b/src/bin/lttng-sessiond/health.h index d04d18b78..ebbc0cb0f 100644 --- a/src/bin/lttng-sessiond/health.h +++ b/src/bin/lttng-sessiond/health.h @@ -124,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 */