Cleanup: rotation-thread: enforce conding standard following fix
[lttng-tools.git] / src / bin / lttng-sessiond / globals.cpp
index 3add6c9eb492dfa3ca36ba9c3f4000cab7ee8b99..ad9a8bf850d461fc217ed3381ded5c3819661770 100644 (file)
@@ -21,6 +21,7 @@ long the_page_size;
 struct health_app *the_health_sessiond;
 
 struct notification_thread_handle *the_notification_thread_handle;
+lttng::sessiond::rotation_thread::uptr the_rotation_thread_handle;
 
 struct lttng_ht *the_agent_apps_ht_by_sock = nullptr;
 struct lttng_ht *the_trigger_agents_ht_by_domain = nullptr;
This page took 0.022794 seconds and 4 git commands to generate.