X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fhealth-internal.h;h=1623518d110898aa6fff6a73f8fd70cd1a22ac20;hp=f4270647f8f999a79a22bc0fef945e913facde0e;hb=c78d8e86e2f739490df42fc4c9d2de22234b6114;hpb=0c89d7959f4af7a2b39e925b2e8dc3a8954ccfa5 diff --git a/include/lttng/health-internal.h b/include/lttng/health-internal.h index f4270647f..1623518d1 100644 --- a/include/lttng/health-internal.h +++ b/include/lttng/health-internal.h @@ -20,11 +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 @@ -64,12 +66,11 @@ 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; /* Declare TLS health state. */