X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fhealth-internal.h;h=1623518d110898aa6fff6a73f8fd70cd1a22ac20;hb=a58c490f0bff52a73717d31d04d1472629180de2;hp=f4270647f8f999a79a22bc0fef945e913facde0e;hpb=0c89d7959f4af7a2b39e925b2e8dc3a8954ccfa5;p=lttng-tools.git 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. */