X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-consumerd%2Fhealth-consumerd.h;h=210b3a3746b61409e246dab65b1b993416e0d16c;hb=5528d42f2091567c944a86812a28caf38698ae97;hp=812a7378abd5b077b12b59612e5b9ac102e5ff83;hpb=e7b0d526e58a78291e456e42b5a911c5036e496c;p=lttng-tools.git diff --git a/src/bin/lttng-consumerd/health-consumerd.h b/src/bin/lttng-consumerd/health-consumerd.h index 812a7378a..210b3a374 100644 --- a/src/bin/lttng-consumerd/health-consumerd.h +++ b/src/bin/lttng-consumerd/health-consumerd.h @@ -32,10 +32,10 @@ enum health_type_consumerd { }; /* Consumerd health monitoring */ -struct health_app *health_consumerd; +extern struct health_app *health_consumerd; void *thread_manage_health(void *data); -int health_quit_pipe[2]; +extern int health_quit_pipe[2]; #endif /* HEALTH_CONSUMERD_H */