X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fglobals.cpp;fp=src%2Fbin%2Flttng-sessiond%2Fglobals.cpp;h=2df5b1df0c047f7e15e29727d408a437d04dc719;hp=c8710d62abeac9764e31c2b04d3d98139ba77d5d;hb=28ab034a2c3582d07d3423d2d746731f87d3969f;hpb=52e345b9ac912d033c2a2c25a170a01cf209839d diff --git a/src/bin/lttng-sessiond/globals.cpp b/src/bin/lttng-sessiond/globals.cpp index c8710d62a..2df5b1df0 100644 --- a/src/bin/lttng-sessiond/globals.cpp +++ b/src/bin/lttng-sessiond/globals.cpp @@ -8,6 +8,7 @@ */ #include "lttng-sessiond.hpp" + #include lttng_uuid the_sessiond_uuid; @@ -27,7 +28,7 @@ struct lttng_ht *the_trigger_agents_ht_by_domain = NULL; struct lttng_kernel_abi_tracer_version the_kernel_tracer_version; struct lttng_kernel_abi_tracer_abi_version the_kernel_tracer_abi_version; -int the_kernel_poll_pipe[2] = {-1, -1}; +int the_kernel_poll_pipe[2] = { -1, -1 }; pid_t the_ppid; pid_t the_child_ppid;