Make captured field values available to event rule cond. evaluation
[lttng-tools.git] / src / common / notification.c
index c347b3ceac891b60ffc2ecb6a98df84653b857f5..a4e971bd572c159b4a54d90643965dd1479b937d 100644 (file)
@@ -122,7 +122,7 @@ ssize_t lttng_notification_create_from_payload(
                                                notification_size, -1);
 
                evaluation_size = lttng_evaluation_create_from_payload(
-                               &evaluation_view, &evaluation);
+                               condition, &evaluation_view, &evaluation);
        }
 
        if (evaluation_size < 0) {
This page took 0.022785 seconds and 4 git commands to generate.