Simulate buffer usage in notification thread
[lttng-tools.git] / src / common / trigger.c
index 12a7329f4492396db302e7db36868d1f86c89ab9..ede1ac567dad043627d6ea71b070eab8c12969ec 100644 (file)
@@ -54,6 +54,7 @@ struct lttng_trigger *lttng_trigger_create(
 
        trigger->condition = condition;
        trigger->action = action;
+       CDS_INIT_LIST_HEAD(&trigger->list_node);
 end:
        return trigger;
 }
This page took 0.025153 seconds and 5 git commands to generate.