X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=f40c04488ba8e1cac5b2cb7318a98355ecbbccd5;hb=96f85541c4e3773d3d1579f04f84633bc9bb6696;hp=329ed3a8ecf34bccd0eec2a62709f185334f9c99;hpb=3c6f6263bb2d87dc863c24a4edc59c2c959270b0;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index 329ed3a8..f40c0448 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -565,6 +565,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);