X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fhealth-internal.h;h=2225e33f1f0d77190eac25119f011d2300e038cd;hp=f4270647f8f999a79a22bc0fef945e913facde0e;hb=6c71277b0dc97ce8a4ac6b8d359b4b349c04b658;hpb=0c89d7959f4af7a2b39e925b2e8dc3a8954ccfa5 diff --git a/include/lttng/health-internal.h b/include/lttng/health-internal.h index f4270647f..2225e33f1 100644 --- a/include/lttng/health-internal.h +++ b/include/lttng/health-internal.h @@ -25,6 +25,8 @@ #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. */