Wait for the destruction of sessions before tearing down main thread
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-sessiond.h
index f0bd98781987b96f12b185b4a5cc78037183f09d..9c5fcd32cd22930c19f2bcd9ab35f4f38931c730 100644 (file)
@@ -104,6 +104,8 @@ extern int apps_cmd_notify_pipe[2];
  */
 extern int ht_cleanup_pipe[2];
 
+extern int kernel_poll_pipe[2];
+
 /*
  * Populated when the daemon starts with the current page size of the system.
  * Set in main() with the current page size.
@@ -134,4 +136,7 @@ int sessiond_set_thread_pollset(struct lttng_poll_event *events, size_t size);
 void sessiond_notify_ready(void);
 void sessiond_signal_parents(void);
 
+void sessiond_set_client_thread_state(bool running);
+void sessiond_wait_client_thread_stopped(void);
+
 #endif /* _LTT_SESSIOND_H */
This page took 0.023803 seconds and 4 git commands to generate.