X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Flttng-sessiond.hpp;h=a6b17c2a823ade6ba087aea3e2395b695347385d;hb=0038180de36c422cfaeade1145fa9fbc9436b8ad;hp=e94dd7a56eb825710cfbcf482615edf026f6f2db;hpb=8b75cd779ffe332281fec189cdf808e4ee452572;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/lttng-sessiond.hpp b/src/bin/lttng-sessiond/lttng-sessiond.hpp index e94dd7a56..a6b17c2a8 100644 --- a/src/bin/lttng-sessiond/lttng-sessiond.hpp +++ b/src/bin/lttng-sessiond/lttng-sessiond.hpp @@ -9,19 +9,20 @@ #ifndef _LTT_SESSIOND_H #define _LTT_SESSIOND_H -#include -#include +#include "notification-thread.hpp" +#include "rotation-thread.hpp" +#include "session.hpp" +#include "sessiond-config.hpp" +#include "ust-app.hpp" -#include -#include #include #include +#include +#include #include -#include "session.hpp" -#include "ust-app.hpp" -#include "notification-thread.hpp" -#include "sessiond-config.hpp" +#include +#include /* * Consumer daemon state which is changed when spawning it, killing it or in @@ -67,6 +68,9 @@ extern struct lttng_kernel_abi_tracer_abi_version the_kernel_tracer_abi_version; /* Notification thread handle. */ extern struct notification_thread_handle *the_notification_thread_handle; +/* Rotation thread handle. */ +extern lttng::sessiond::rotation_thread::uptr the_rotation_thread_handle; + /* * This contains extra data needed for processing a command received by the * session daemon from the lttng client.