X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fnotification-thread.h;h=21cc086c6ee8ec9c2db4b7b9c0daceee28ab1b99;hp=134804f9d0718a76415e898f556e612921c95f9f;hb=ae0a823f9f7e1d3800479488a58efc2f92f27d89;hpb=4064563ea326f6f26d2c458009beb9ebdb3ba840 diff --git a/src/bin/lttng-sessiond/notification-thread.h b/src/bin/lttng-sessiond/notification-thread.h index 134804f9d..21cc086c6 100644 --- a/src/bin/lttng-sessiond/notification-thread.h +++ b/src/bin/lttng-sessiond/notification-thread.h @@ -8,17 +8,16 @@ #ifndef NOTIFICATION_THREAD_H #define NOTIFICATION_THREAD_H -#include "action-executor.h" -#include "thread.h" +#include +#include +#include +#include +#include #include #include -#include -#include #include #include -#include -#include -#include +#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. */