X-Git-Url: http://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Faction-executor.h;fp=src%2Fbin%2Flttng-sessiond%2Faction-executor.h;h=85d5931fedb9fa09188652d0646036f9fc9d08da;hp=945b9b325f0fbac9aa6b31c059b9707bff508f4d;hb=72365501d3148ca977a09bad8de0ec51b427bdd8;hpb=5c5373c3cbfebddb0068fe13600766bb381048da diff --git a/src/bin/lttng-sessiond/action-executor.h b/src/bin/lttng-sessiond/action-executor.h index 945b9b325..85d5931fe 100644 --- a/src/bin/lttng-sessiond/action-executor.h +++ b/src/bin/lttng-sessiond/action-executor.h @@ -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,