X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt-debugfs-abi.c;h=9043759f960102c443196f4e9567680cd8371f05;hb=d32a57a2d82d7d0a1d447e7052db9795bb0df2f1;hp=5741eda2c3f8a50950ceb2423eccce43e88f708f;hpb=981616e86a837a180a606055e7e06ce6eb105ce6;p=lttng-modules.git diff --git a/ltt-debugfs-abi.c b/ltt-debugfs-abi.c index 5741eda2..9043759f 100644 --- a/ltt-debugfs-abi.c +++ b/ltt-debugfs-abi.c @@ -290,7 +290,7 @@ int lttng_abi_create_event(struct file *channel_file, * invariant for the rest of the session. */ event = ltt_event_create(channel, event_name, event_param.itype, - NULL, NULL); /* TODO non-null probe */ + (void *) 0x1, NULL); /* TODO connect real probe */ if (!event) { goto event_error; ret = -EEXIST;