Refactor sessiond main/cleanup/ht-cleanup
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-sessiond.h
index d0150123c8bcae1fbdc5c1ccd947db75fc7607d8..07a6edde0a55720393a9e05d5233bbffdcd024fd 100644 (file)
@@ -19,7 +19,6 @@
 #ifndef _LTT_SESSIOND_H
 #define _LTT_SESSIOND_H
 
-#define _LGPL_SOURCE
 #include <urcu.h>
 #include <urcu/wfcqueue.h>
 
@@ -122,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.023075 seconds and 4 git commands to generate.