Remove the sessiond "ready" counter mechanism
[lttng-tools.git] / include / lttng / health-internal.h
index f4270647f8f999a79a22bc0fef945e913facde0e..1623518d110898aa6fff6a73f8fd70cd1a22ac20 100644 (file)
  */
 
 #include <assert.h>
-#include <time.h>
+#include <common/compat/time.h>
 #include <pthread.h>
 #include <urcu/tls-compat.h>
 #include <urcu/uatomic.h>
 #include <urcu/list.h>
+#include <lttng/health.h>
+#include <common/macros.h>
 
 /*
  * 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. */
This page took 0.024551 seconds and 5 git commands to generate.