X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt-sessiond%2Ftraceable-app.h;h=b43d1b044f66f93dd21019b8756049c8a92b3e80;hb=3817e7df7aa29d8f52f1a4909b4fa6b660494323;hp=a0666d5823a5ab5567880412006179ac5f982615;hpb=91d76f53238ce994e91e1213e46c138b1b5529c6;p=lttng-tools.git diff --git a/ltt-sessiond/traceable-app.h b/ltt-sessiond/traceable-app.h index a0666d582..b43d1b044 100644 --- a/ltt-sessiond/traceable-app.h +++ b/ltt-sessiond/traceable-app.h @@ -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 @@ -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;