X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-consumerd%2Fhealth-consumerd.h;h=210b3a3746b61409e246dab65b1b993416e0d16c;hb=46440d0ccf65b098757389ffebb0f7452626c4a3;hp=b1cf4a2c912456c92276d21d899fa141a5d7fac7;hpb=5c635c724d60fe8e8bfeb00907dfa1e113cc3548;p=lttng-tools.git diff --git a/src/bin/lttng-consumerd/health-consumerd.h b/src/bin/lttng-consumerd/health-consumerd.h index b1cf4a2c9..210b3a374 100644 --- a/src/bin/lttng-consumerd/health-consumerd.h +++ b/src/bin/lttng-consumerd/health-consumerd.h @@ -21,7 +21,7 @@ #include -enum health_type { +enum health_type_consumerd { HEALTH_CONSUMERD_TYPE_CHANNEL = 0, HEALTH_CONSUMERD_TYPE_METADATA = 1, HEALTH_CONSUMERD_TYPE_DATA = 2, @@ -32,10 +32,10 @@ enum health_type { }; /* 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 */