Fix headers include and rename kernctl.h header
[lttng-tools.git] / ltt-sessiond / traceable-app.h
index a0666d5823a5ab5567880412006179ac5f982615..b43d1b044f66f93dd21019b8756049c8a92b3e80 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
 #ifndef _TRACEABLE_APP_H 
 #define _TRACEABLE_APP_H
 
+#include <urcu/list.h>
+
 /* Traceable application list */
 struct ltt_traceable_app_list {
        struct cds_list_head head;
 };
 
-/* Registered traceable applications. Libust registers
- * to the session daemon and a linked list is kept
- * of all running traceable app.
+/* Registered traceable applications. Libust registers to the session daemon
+ * and a linked list is kept of all running traceable app.
  */
 struct ltt_traceable_app {
        struct cds_list_head list;
This page took 0.024665 seconds and 5 git commands to generate.