X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Ftimer.hpp;h=c291ae6d250db28adf56ae21b079391b683f7a95;hb=0f4aa1a88a318046475c7caa0f72438db044d9c0;hp=3cdebbc13590f68bb15baa093d04d6069525dcf0;hpb=0038180de36c422cfaeade1145fa9fbc9436b8ad;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/timer.hpp b/src/bin/lttng-sessiond/timer.hpp index 3cdebbc13..c291ae6d2 100644 --- a/src/bin/lttng-sessiond/timer.hpp +++ b/src/bin/lttng-sessiond/timer.hpp @@ -19,21 +19,20 @@ struct timer_thread_parameters { lttng::sessiond::rotation_thread_timer_queue *rotation_thread_job_queue; }; -int timer_signal_init(void); +int timer_signal_init(); /* Start a session's rotation pending check timer (one-shot mode). */ int timer_session_rotation_pending_check_start(struct ltt_session *session, - unsigned int interval_us); + unsigned int interval_us); /* Stop a session's rotation pending check timer. */ -int timer_session_rotation_pending_check_stop(ltt_session &session); +int timer_session_rotation_pending_check_stop(ltt_session& session); /* Start a session's rotation schedule timer. */ int timer_session_rotation_schedule_timer_start(struct ltt_session *session, - unsigned int interval_us); + unsigned int interval_us); /* Stop a session's rotation schedule timer. */ int timer_session_rotation_schedule_timer_stop(struct ltt_session *session); -bool launch_timer_thread( - struct timer_thread_parameters *timer_thread_parameters); +bool launch_timer_thread(struct timer_thread_parameters *timer_thread_parameters); #endif /* SESSIOND_TIMER_H */