From 438bc2154b51b3eee557d0b6ae56ea4d6c913fc2 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 20 Aug 2011 13:34:59 -0400 Subject: [PATCH] Comment out unimplemented vtid Signed-off-by: Mathieu Desnoyers --- libust/lttng-ust-abi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libust/lttng-ust-abi.c b/libust/lttng-ust-abi.c index 3674dcc..13b94c4 100644 --- a/libust/lttng-ust-abi.c +++ b/libust/lttng-ust-abi.c @@ -251,7 +251,7 @@ long lttng_abi_add_context(int objd, switch (context_param->ctx) { case LTTNG_UST_CONTEXT_VTID: - return lttng_add_vtid_to_ctx(ctx); + //TODO return lttng_add_vtid_to_ctx(ctx); default: return -EINVAL; } -- 2.34.1