Fix README and add doc to tarball
[lttng-tools.git] / ltt-kconsumerd / ltt-kconsumerd.c
index b5e854179a4fd8f2a486700338dced2be5a63cdf..4180f890117257135f60436f57e9b6249882cf79 100644 (file)
@@ -4,8 +4,8 @@
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * as published by the Free Software Foundation; only version 2
+ * of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -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;
        }
 
This page took 0.022994 seconds and 4 git commands to generate.