Add userspace vuid/vgid contexts
[deliverable/lttng-ust.git] / include / lttng / ust-abi.h
index 37cde5ef64c91dad4e11da338ce514ca05a1a7a5..4b737ef3c47dba316ec66e74464cea75e9c50c8d 100644 (file)
@@ -152,6 +152,12 @@ enum lttng_ust_context_type {
        LTTNG_UST_CONTEXT_PID_NS                = 12,
        LTTNG_UST_CONTEXT_USER_NS               = 13,
        LTTNG_UST_CONTEXT_UTS_NS                = 14,
+       LTTNG_UST_CONTEXT_VUID                  = 15,
+       LTTNG_UST_CONTEXT_VEUID                 = 16,
+       LTTNG_UST_CONTEXT_VSUID                 = 17,
+       LTTNG_UST_CONTEXT_VGID                  = 18,
+       LTTNG_UST_CONTEXT_VEGID                 = 19,
+       LTTNG_UST_CONTEXT_VSGID                 = 20,
 };
 
 struct lttng_ust_perf_counter_ctx {
This page took 0.024126 seconds and 5 git commands to generate.