Fix headers include and rename kernctl.h header
[lttng-tools.git] / ltt-sessiond / traceable-app.h
index 364e70598288579ec0edf1a98bb4db4ccbeddb15..b43d1b044f66f93dd21019b8756049c8a92b3e80 100644 (file)
 #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.024316 seconds and 5 git commands to generate.