X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fhealth-relayd.h;fp=src%2Fbin%2Flttng-relayd%2Fhealth-relayd.h;h=6bfb73b5a8023fd276e87cf3cb7b23e860ed52d6;hp=002ce4b4ddc1802c91447eb261af01af4c6c6008;hb=65931c8b1d91fd946a2e117a5a1f61eba0b5087a;hpb=5528d42f2091567c944a86812a28caf38698ae97 diff --git a/src/bin/lttng-relayd/health-relayd.h b/src/bin/lttng-relayd/health-relayd.h index 002ce4b4d..6bfb73b5a 100644 --- a/src/bin/lttng-relayd/health-relayd.h +++ b/src/bin/lttng-relayd/health-relayd.h @@ -34,4 +34,8 @@ enum health_type_relayd { extern struct health_app *health_relayd; +extern int health_quit_pipe[2]; + +void *thread_manage_health(void *data); + #endif /* HEALTH_RELAYD_H */