Add UST uid/gid contexts
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-ust-abi.h
index b88d8a6989d8958b7e8a64f8379373575211fc3f..bb022e3d77ed3f1fd12451eafbd736fe6ed6864d 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.02418 seconds and 5 git commands to generate.