X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Fust%2Flttng-ust-abi.h;h=c967fb11188e432967bf186cd12450c27a7ccb28;hb=c1ef86f0812ff62354175f4c7136930814b8f850;hp=04965387c1c8ad13144569e5c7b14fd41f979031;hpb=8de38cf7e2d29984b9a699e90b3e20e9ce0882f3;p=lttng-ust.git diff --git a/include/ust/lttng-ust-abi.h b/include/ust/lttng-ust-abi.h index 04965387..c967fb11 100644 --- a/include/ust/lttng-ust-abi.h +++ b/include/ust/lttng-ust-abi.h @@ -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 {