callsite: add "ip" context
[lttng-ust.git] / liblttng-ust / lttng-ust-abi.c
index 61d37ac8b172fc0f99c3eaef958640b8e1ee0a1a..4eb40959f4181c71a88d7c08d6afad2b17a94428 100644 (file)
@@ -286,6 +286,8 @@ long lttng_abi_add_context(int objd,
                return lttng_add_vpid_to_ctx(ctx);
        case LTTNG_UST_CONTEXT_PROCNAME:
                return lttng_add_procname_to_ctx(ctx);
+       case LTTNG_UST_CONTEXT_IP:
+               return lttng_add_ip_to_ctx(ctx);
        default:
                return -EINVAL;
        }
This page took 0.022897 seconds and 4 git commands to generate.