X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng-kconsumerd.h;h=f6d1a0cc89b37ee8b6880bf8b7d6daf3aa63c79b;hb=fbf10601d3fca6076d257916e9bc38c81b3063e1;hp=fa10ee25da6ff8887c99bf194281276f046d00d0;hpb=5dc1855009c9b215a108bc56e7df64d9862c8144;p=lttng-tools.git diff --git a/include/lttng-kconsumerd.h b/include/lttng-kconsumerd.h index fa10ee25d..f6d1a0cc8 100644 --- a/include/lttng-kconsumerd.h +++ b/include/lttng-kconsumerd.h @@ -4,8 +4,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 verion 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 @@ -30,8 +30,8 @@ /* Commands for kconsumerd */ enum kconsumerd_command { ADD_STREAM, - UPDATE_STREAM, /* pause, delete, start depending on fd state */ - STOP, /* delete all */ + UPDATE_STREAM, /* pause, delete, active depending on fd state */ + STOP, /* inform the kconsumerd to quit when all fd has hang up */ }; /* State of each fd in consumerd */