From: Mathieu Desnoyers Date: Wed, 9 Oct 2013 13:46:40 +0000 (-0400) Subject: health consumerd: add missing extern X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=5528d42f2091567c944a86812a28caf38698ae97 health consumerd: add missing extern Signed-off-by: Mathieu Desnoyers --- 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 */