Revert "sessiond: trigger: run trigger actions through an action executor"
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread.h
index 134804f9d0718a76415e898f556e612921c95f9f..21cc086c6ee8ec9c2db4b7b9c0daceee28ab1b99 100644 (file)
@@ -8,17 +8,16 @@
 #ifndef NOTIFICATION_THREAD_H
 #define NOTIFICATION_THREAD_H
 
-#include "action-executor.h"
-#include "thread.h"
+#include <urcu/list.h>
+#include <urcu.h>
+#include <urcu/rculfhash.h>
+#include <lttng/trigger/trigger.h>
+#include <common/pipe.h>
 #include <common/compat/poll.h>
 #include <common/hashtable/hashtable.h>
-#include <common/pipe.h>
-#include <lttng/trigger/trigger.h>
 #include <pthread.h>
 #include <semaphore.h>
-#include <urcu.h>
-#include <urcu/list.h>
-#include <urcu/rculfhash.h>
+#include "thread.h"
 
 
 typedef uint64_t notification_client_id;
@@ -211,7 +210,6 @@ struct notification_thread_state {
        struct cds_lfht *sessions_ht;
        struct cds_lfht *triggers_ht;
        notification_client_id next_notification_client_id;
-       struct action_executor *executor;
 };
 
 /* notification_thread_data takes ownership of the channel monitor pipes. */
This page took 0.023195 seconds and 4 git commands to generate.