Refactor sessiond main/cleanup/ht-cleanup
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-sessiond.h
index 488cf2f4b5d5008edd19186680dcd13e1af6e1ed..07a6edde0a55720393a9e05d5233bbffdcd024fd 100644 (file)
@@ -121,6 +121,10 @@ extern int is_root;
 int sessiond_set_thread_pollset(struct lttng_poll_event *events, size_t size);
 int sessiond_check_thread_quit_pipe(int fd, uint32_t events);
 
+int sessiond_set_ht_cleanup_thread_pollset(struct lttng_poll_event *events,
+               size_t size);
+int sessiond_check_ht_cleanup_quit(int fd, uint32_t events);
+
 void *thread_ht_cleanup(void *data);
 
 void sessiond_notify_ready(void);
This page took 0.02588 seconds and 5 git commands to generate.