health consumerd: add missing extern
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 9 Oct 2013 13:46:40 +0000 (09:46 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 9 Oct 2013 13:46:40 +0000 (09:46 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/bin/lttng-consumerd/health-consumerd.h

index 812a7378abd5b077b12b59612e5b9ac102e5ff83..210b3a3746b61409e246dab65b1b993416e0d16c 100644 (file)
@@ -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 */
This page took 0.026617 seconds and 5 git commands to generate.