X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=ltt-events.h;fp=ltt-events.h;h=36b281a72f38f03f14dd20afec587aeb1bfaf251;hb=a2563e83f4c439343daf2f558c11ee6e83479177;hp=3ffdcf46045840037d81f1fd42aa7188c213a4e9;hpb=c26fddc2d5dca76292182857908a0307d91863b6;p=lttng-modules.git diff --git a/ltt-events.h b/ltt-events.h index 3ffdcf46..36b281a7 100644 --- a/ltt-events.h +++ b/ltt-events.h @@ -329,7 +329,7 @@ void lttng_remove_context_field(struct lttng_ctx **ctx, struct lttng_ctx_field *field); void lttng_destroy_context(struct lttng_ctx *ctx); int lttng_add_pid_to_ctx(struct lttng_ctx **ctx); -int lttng_add_comm_to_ctx(struct lttng_ctx **ctx); +int lttng_add_procname_to_ctx(struct lttng_ctx **ctx); int lttng_add_prio_to_ctx(struct lttng_ctx **ctx); int lttng_add_nice_to_ctx(struct lttng_ctx **ctx); int lttng_add_vpid_to_ctx(struct lttng_ctx **ctx);