Add procname context
[lttng-ust.git] / include / ust / lttng-ust-abi.h
index c967fb11188e432967bf186cd12450c27a7ccb28..303493eeb4e1404ea4241b7054c9f138813ab475 100644 (file)
@@ -69,6 +69,7 @@ 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.023215 seconds and 4 git commands to generate.