X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Fust%2Flttng-events.h;h=e09443f10485bcec527263fd31e582ca64b0c81a;hb=4847e9bbec5a73140193185073437d95fdf15f30;hp=0439ea7a18c4bab8d372e38ec63ff9a6d5292a14;hpb=c1ef86f0812ff62354175f4c7136930814b8f850;p=lttng-ust.git diff --git a/include/ust/lttng-events.h b/include/ust/lttng-events.h index 0439ea7a..e09443f1 100644 --- a/include/ust/lttng-events.h +++ b/include/ust/lttng-events.h @@ -323,6 +323,7 @@ void lttng_destroy_context(struct lttng_ctx *ctx); int lttng_add_vtid_to_ctx(struct lttng_ctx **ctx); int lttng_add_vpid_to_ctx(struct lttng_ctx **ctx); int lttng_add_pthread_id_to_ctx(struct lttng_ctx **ctx); +int lttng_add_procname_to_ctx(struct lttng_ctx **ctx); void lttng_context_vtid_reset(void); void lttng_context_vpid_reset(void);