X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fhealth-internal.h;h=3ad25d8261858c767ec0891fb61d165714e9b245;hp=f4270647f8f999a79a22bc0fef945e913facde0e;hb=d74df4226a1b4461c896d51a221afe38e07809a7;hpb=5c635c724d60fe8e8bfeb00907dfa1e113cc3548 diff --git a/include/lttng/health-internal.h b/include/lttng/health-internal.h index f4270647f..3ad25d826 100644 --- a/include/lttng/health-internal.h +++ b/include/lttng/health-internal.h @@ -25,6 +25,7 @@ #include #include #include +#include /* * These are the value added to the current state depending of the position in @@ -72,6 +73,13 @@ struct health_comm_reply { uint32_t ret_code; } LTTNG_PACKED; +/* + * Status returned to lttng clients. + */ +struct lttng_health_status { + uint64_t error_threads_bitmask; +}; + /* Declare TLS health state. */ extern DECLARE_URCU_TLS(struct health_state, health_state);