callsite: add "ip" context
[lttng-ust.git] / liblttng-ust / lttng-events.c
index 34c708f6b67b1d7dd2ce3b5248d45635bdd3a9b0..26601a671c976506587564fe556f7eabc16a7566 100644 (file)
@@ -740,6 +740,8 @@ int lttng_attach_context(struct lttng_ust_context *context_param,
                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.022497 seconds and 4 git commands to generate.