Launch the application notification thread using lttng_thread
[lttng-tools.git] / src / bin / lttng-sessiond / ust-thread.h
index 0292df983d39c4598272d2b5c54b75752daabc97..19cbe4fcd8420a17a1ed4a8f509b836ab92516a9 100644 (file)
 
 #ifdef HAVE_LIBLTTNG_UST_CTL
 
-void *ust_thread_manage_notify(void *data);
+bool launch_application_notification_thread(int apps_cmd_notify_pipe_read_fd);
 
 #else /* HAVE_LIBLTTNG_UST_CTL */
 
-void *ust_thread_manage_notify(void *data)
+bool launch_application_notification_thread(int apps_cmd_notify_pipe_read_fd)
 {
-       return NULL;
+       return true;
 }
 
 #endif /* HAVE_LIBLTTNG_UST_CTL */
This page took 0.023083 seconds and 4 git commands to generate.