X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fhealth-internal.h;h=1623518d110898aa6fff6a73f8fd70cd1a22ac20;hp=3ad25d8261858c767ec0891fb61d165714e9b245;hb=c78d8e86e2f739490df42fc4c9d2de22234b6114;hpb=d74df4226a1b4461c896d51a221afe38e07809a7 diff --git a/include/lttng/health-internal.h b/include/lttng/health-internal.h index 3ad25d826..1623518d1 100644 --- a/include/lttng/health-internal.h +++ b/include/lttng/health-internal.h @@ -20,12 +20,13 @@ */ #include -#include +#include #include #include #include #include #include +#include /* * These are the value added to the current state depending of the position in @@ -65,21 +66,13 @@ enum health_cmd { }; struct health_comm_msg { - uint32_t component; uint32_t cmd; /* enum health_cmd */ } LTTNG_PACKED; struct health_comm_reply { - uint32_t ret_code; + uint64_t ret_code; /* bitmask of threads in bad health */ } 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);