X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=ltt-sessiond%2Ftraceable-app.h;h=b43d1b044f66f93dd21019b8756049c8a92b3e80;hb=1e307fab325060d9db4e989c0fdc3cddf46f50f6;hp=364e70598288579ec0edf1a98bb4db4ccbeddb15;hpb=82a3637f639486c07ff937ab03e1e9532379d26a;p=lttng-tools.git diff --git a/ltt-sessiond/traceable-app.h b/ltt-sessiond/traceable-app.h index 364e70598..b43d1b044 100644 --- a/ltt-sessiond/traceable-app.h +++ b/ltt-sessiond/traceable-app.h @@ -19,14 +19,15 @@ #ifndef _TRACEABLE_APP_H #define _TRACEABLE_APP_H +#include + /* 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;