rotate pending on the relay working
[deliverable/lttng-tools.git] / src / bin / lttng-sessiond / sessiond-timer.h
index e4f379c86bcefedfcf0f7957540d150da2cb4307..1c74f7cc1e67707fb60e4a4547cdb57794576c30 100644 (file)
@@ -41,6 +41,10 @@ struct timer_signal_data {
        pthread_mutex_t lock;
 };
 
+struct timer_thread_parameters {
+       int rotate_timer_pipe;
+};
+
 void *sessiond_timer_thread(void *data);
 int sessiond_timer_signal_init(void);
 
This page took 0.024578 seconds and 5 git commands to generate.