notification: transmit originating trigger as part of evaluation
[lttng-tools.git] / src / bin / lttng-sessiond / action-executor.c
index 7c2079ae97d40fa8f1bcb8de1b939de577f0a13e..86bada257634b90a8d0ebd7dc225732602b12e48 100644 (file)
@@ -197,9 +197,8 @@ static int action_executor_notify_handler(struct action_executor *executor,
                const struct lttng_action *action)
 {
        return notification_client_list_send_evaluation(work_item->client_list,
-                       lttng_trigger_get_const_condition(work_item->trigger),
+                       work_item->trigger,
                        work_item->evaluation,
-                       lttng_trigger_get_credentials(work_item->trigger),
                        work_item->object_creds.is_set ?
                                        &(work_item->object_creds.value) :
                                        NULL,
This page took 0.023278 seconds and 4 git commands to generate.