X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fhealth.cpp;h=0735907a26ad3ae67d9fc26d6f543e8f7f0c98fa;hb=f149493493fbd8a3efa4748832c03278c96c38ca;hp=9a4dee8610b0deeb6b4c3527bc5da84b6ee140c5;hpb=2d7da3031c65c4569ff2428a7c2cad30007f3b50;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/health.cpp b/src/bin/lttng-sessiond/health.cpp index 9a4dee861..0735907a2 100644 --- a/src/bin/lttng-sessiond/health.cpp +++ b/src/bin/lttng-sessiond/health.cpp @@ -17,10 +17,12 @@ #include "utils.hpp" #include "thread.hpp" +namespace { struct thread_notifiers { struct lttng_pipe *quit_pipe; sem_t ready; }; +} /* namespace */ static void mark_thread_as_ready(struct thread_notifiers *notifiers)