X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-consumerd%2Fhealth-consumerd.h;fp=src%2Fbin%2Flttng-consumerd%2Fhealth-consumerd.h;h=9faa081d4ed1625697010cf2f177b462f1b9018c;hp=42ec9ea94e87eedfe9c5c3c00cc8fcc6561f6ade;hb=1970828049d051d5cb485dfab995081b4550fd2a;hpb=8471c10564859a5dc4a6e2ba39e8d9fdfba26e62 diff --git a/src/bin/lttng-consumerd/health-consumerd.h b/src/bin/lttng-consumerd/health-consumerd.h index 42ec9ea94..9faa081d4 100644 --- a/src/bin/lttng-consumerd/health-consumerd.h +++ b/src/bin/lttng-consumerd/health-consumerd.h @@ -23,7 +23,7 @@ enum health_type_consumerd { /* Consumerd health monitoring */ extern struct health_app *health_consumerd; -void *thread_manage_health(void *data); +void *thread_manage_health_consumerd(void *data); extern int health_quit_pipe[2];