Add vpid context
[lttng-ust.git] / include / ust / lttng-events.h
index 7a8cf6f839617de14ef7673fc301487ca5f14639..0439ea7a18c4bab8d372e38ec63ff9a6d5292a14 100644 (file)
@@ -321,6 +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 */
This page took 0.023622 seconds and 4 git commands to generate.