X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-events.h;h=4d9bdfd0574390da27f7177c26d561683ae3c553;hb=b3699d90c5a746caeade87f86c371d2ed195147c;hp=4d1b54f907992a5a22dad8ce4ecc0f5172f135f6;hpb=38c4a82cb29f342366cad03d6a7e048542417681;p=lttng-modules.git diff --git a/lttng-events.h b/lttng-events.h index 4d1b54f9..4d9bdfd0 100644 --- a/lttng-events.h +++ b/lttng-events.h @@ -605,6 +605,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_cpu_id_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);