X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Fust%2Flttng-events.h;h=0439ea7a18c4bab8d372e38ec63ff9a6d5292a14;hb=c1ef86f0812ff62354175f4c7136930814b8f850;hp=6bb4e8cce10ef1b89b791a262b89a0f1cbc42387;hpb=a93bfc45c7cc2117d27f69eb420ab3333280e026;p=lttng-ust.git diff --git a/include/ust/lttng-events.h b/include/ust/lttng-events.h index 6bb4e8cc..0439ea7a 100644 --- a/include/ust/lttng-events.h +++ b/include/ust/lttng-events.h @@ -321,7 +321,9 @@ void lttng_remove_context_field(struct lttng_ctx **ctx_p, struct lttng_ctx_field *field); 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); void lttng_context_vtid_reset(void); +void lttng_context_vpid_reset(void); #endif /* _UST_LTTNG_EVENTS_H */