Implement ustctl_register_done
[ust.git] / include / ust / lttng-ust-abi.h
index ef1e7e542548140f612bcfeaef94d5cdb7c28483..303493eeb4e1404ea4241b7054c9f138813ab475 100644 (file)
@@ -67,6 +67,9 @@ struct lttng_ust_event {
 
 enum lttng_ust_context_type {
        LTTNG_UST_CONTEXT_VTID                  = 0,
+       LTTNG_UST_CONTEXT_VPID                  = 1,
+       LTTNG_UST_CONTEXT_PTHREAD_ID            = 2,
+       LTTNG_UST_CONTEXT_PROCNAME              = 3,
 };
 
 struct lttng_ust_context {
This page took 0.026273 seconds and 4 git commands to generate.