action executor: use an execution context to validate enqueued action before execution
[lttng-tools.git] / src / bin / lttng-sessiond / action-executor.h
index 945b9b325f0fbac9aa6b31c059b9707bff508f4d..85d5931fedb9fa09188652d0646036f9fc9d08da 100644 (file)
@@ -37,7 +37,7 @@ void action_executor_destroy(struct action_executor *executor);
  * This function assumes the ownership of the `evaluation` both on success and
  * failure: the caller should no longer access it once the function returns.
  */
-enum action_executor_status action_executor_enqueue(
+enum action_executor_status action_executor_enqueue_trigger(
                struct action_executor *executor,
                struct lttng_trigger *trigger,
                struct lttng_evaluation *evaluation,
This page took 0.022953 seconds and 4 git commands to generate.