X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt-kconsumerd%2Fltt-kconsumerd.c;h=4180f890117257135f60436f57e9b6249882cf79;hb=8f0d098bc0b14f00c4d6ea3f48809626fa1c416f;hp=ade19399da97931fb06c32b99ddc70bd02481305;hpb=82a3637f639486c07ff937ab03e1e9532379d26a;p=lttng-tools.git diff --git a/ltt-kconsumerd/ltt-kconsumerd.c b/ltt-kconsumerd/ltt-kconsumerd.c index ade19399d..4180f8901 100644 --- a/ltt-kconsumerd/ltt-kconsumerd.c +++ b/ltt-kconsumerd/ltt-kconsumerd.c @@ -227,10 +227,9 @@ int main(int argc, char **argv) goto error; } - /* create the pipe to wake to polling thread when needed */ - ret = kconsumerd_create_poll_pipe(); + /* create the pipe to wake to receiving thread when needed */ + ret = kconsumerd_init(); if (ret < 0) { - perror("Error creating poll pipe"); goto end; }