Add vpid context
[lttng-ust.git] / include / ust / lttng-ust-abi.h
index 04965387c1c8ad13144569e5c7b14fd41f979031..c967fb11188e432967bf186cd12450c27a7ccb28 100644 (file)
@@ -66,7 +66,9 @@ struct lttng_ust_event {
 };
 
 enum lttng_ust_context_type {
-       LTTNG_UST_CONTEXT_PTHREAD_ID            = 0,
+       LTTNG_UST_CONTEXT_VTID                  = 0,
+       LTTNG_UST_CONTEXT_VPID                  = 1,
+       LTTNG_UST_CONTEXT_PTHREAD_ID            = 2,
 };
 
 struct lttng_ust_context {
This page took 0.022759 seconds and 4 git commands to generate.