Add vtid (gettid()) context
[lttng-ust.git] / libust / lttng-ust-abi.c
index 924b7afaea342684d4510f2f121214a91addc709..35c93c91b5e1b64bb088e3f601853b3353896170 100644 (file)
@@ -274,6 +274,8 @@ long lttng_abi_add_context(int objd,
        switch (context_param->ctx) {
        case LTTNG_UST_CONTEXT_PTHREAD_ID:
                return lttng_add_pthread_id_to_ctx(ctx);
+       case LTTNG_UST_CONTEXT_VTID:
+               return lttng_add_vtid_to_ctx(ctx);
        default:
                return -EINVAL;
        }
This page took 0.023452 seconds and 4 git commands to generate.