X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Frotation-thread.hpp;h=daf5b5f3e97c733aad048996b488313bf1472ee1;hb=28f23191dcbf047429d51950a337a57d7a3f866a;hp=02ff2b2fe1549baece8eb03563e5cf86fa39d658;hpb=f250b40e2179eccdb83766bf4abef5a35036c47b;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/rotation-thread.hpp b/src/bin/lttng-sessiond/rotation-thread.hpp index 02ff2b2fe..daf5b5f3e 100644 --- a/src/bin/lttng-sessiond/rotation-thread.hpp +++ b/src/bin/lttng-sessiond/rotation-thread.hpp @@ -31,10 +31,7 @@ namespace lttng { namespace sessiond { -enum class rotation_thread_job_type { - SCHEDULED_ROTATION, - CHECK_PENDING_ROTATION -}; +enum class rotation_thread_job_type { SCHEDULED_ROTATION, CHECK_PENDING_ROTATION }; struct rotation_thread_timer_queue; @@ -43,7 +40,7 @@ public: using uptr = std::unique_ptr; rotation_thread(rotation_thread_timer_queue& rotation_timer_queue, - notification_thread_handle& notification_thread_handle); + notification_thread_handle& notification_thread_handle); ~rotation_thread(); /* Only use through the lttng_thread facilities. */