X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=ad4ee39124ac22557f2b0e084ba701411b393e8b;hb=e8e054045fba22e9ec4aed5849962bb56a43b665;hp=b076835794126345eb4f7f1d3b2e0444818a5bca;hpb=9dcd5e6d31f1cd93138f3d50b0217db89207b44a;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index b0768357..ad4ee391 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -484,6 +484,7 @@ 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); +int lttng_add_ip_to_ctx(struct lttng_ctx **ctx); void lttng_context_vtid_reset(void); void lttng_context_vpid_reset(void);