Launch the application notification thread using lttng_thread
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-sessiond.h
index 243138a9f043311eb611318b0b2d058eda69587f..ae73507620a8b7ea02c7afdc1d75efa6a30c34bc 100644 (file)
@@ -125,12 +125,6 @@ struct ust_reg_wait_node {
        struct cds_list_head head;
 };
 
-/*
- * This pipe is used to inform the thread managing application notify
- * communication that a command is queued and ready to be processed.
- */
-extern int apps_cmd_notify_pipe[2];
-
 /*
  * Used to notify that a hash table needs to be destroyed by dedicated
  * thread. Required by design because we don't want to move destroy
This page took 0.023575 seconds and 4 git commands to generate.