Simulate buffer usage in notification thread
[lttng-tools.git] / include / lttng / trigger / trigger-internal.h
index eab0de7ab26256426eb901e7b1f7ab401becb993..4d90fe84fcdfb6322b34342cf768d70bdf32a332 100644 (file)
 #include <common/macros.h>
 #include <stdint.h>
 #include <stdbool.h>
+#include <urcu/list.h>
+#include <urcu/wfcqueue.h>
 
 struct lttng_trigger {
        struct lttng_condition *condition;
        struct lttng_action *action;
+       struct cds_list_head list_node;
 };
 
 struct lttng_trigger_comm {
This page took 0.025313 seconds and 5 git commands to generate.