Change licensing
[lttng-tools.git] / liblttkconsumerd / liblttkconsumerd.h
index 8dc6b6270eff123d02da6d3f6b63a2290eb49801..5c74db25e230d747ca7521f34d72f6bdd4f2b3c0 100644 (file)
@@ -3,8 +3,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
@@ -61,7 +61,8 @@ int kconsumerd_create_poll_pipe();
 int kconsumerd_send_error(enum lttcomm_return_code cmd);
 void *kconsumerd_thread_poll_fds(void *data);
 void *kconsumerd_thread_receive_fds(void *data);
-void kconsumerd_cleanup();
+void kconsumerd_should_exit(void);
+void kconsumerd_cleanup(void);
 void kconsumerd_set_error_socket(int sock);
 void kconsumerd_set_command_socket_path(char *sock);
 
This page took 0.02518 seconds and 5 git commands to generate.