X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-consumerd%2Fhealth-consumerd.h;h=b1cf4a2c912456c92276d21d899fa141a5d7fac7;hp=f5e2a34cecfa377c399e81a66a502cb2218aeea4;hb=5c635c724d60fe8e8bfeb00907dfa1e113cc3548;hpb=0c89d7959f4af7a2b39e925b2e8dc3a8954ccfa5 diff --git a/src/bin/lttng-consumerd/health-consumerd.h b/src/bin/lttng-consumerd/health-consumerd.h index f5e2a34ce..b1cf4a2c9 100644 --- a/src/bin/lttng-consumerd/health-consumerd.h +++ b/src/bin/lttng-consumerd/health-consumerd.h @@ -34,4 +34,8 @@ enum health_type { /* Consumerd health monitoring */ struct health_app *health_consumerd; +void *thread_manage_health(void *data); + +int health_quit_pipe[2]; + #endif /* HEALTH_CONSUMERD_H */