Launch the rotation thread using lttng_thread
[lttng-tools.git] / src / bin / lttng-sessiond / rotation-thread.h
index c4516095622e3b9e35c76765db0f209e4d7a9c6f..b83745786b977528181993f9b7591f8f593a514f 100644 (file)
@@ -56,6 +56,6 @@ void rotation_thread_enqueue_job(struct rotation_thread_timer_queue *queue,
                enum rotation_thread_job_type job_type,
                struct ltt_session *session);
 
                enum rotation_thread_job_type job_type,
                struct ltt_session *session);
 
-void *thread_rotation(void *data);
+bool launch_rotation_thread(struct rotation_thread_handle *handle);
 
 #endif /* ROTATION_THREAD_H */
 
 #endif /* ROTATION_THREAD_H */
This page took 0.022691 seconds and 4 git commands to generate.