X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng-kconsumerd.h;h=8dd57cff1e24d504a9834c0c8dcf4e3873e7da02;hp=4f6fc8dc504397ddd0482dd68718caa69d3a1dd5;hb=ca3c5ac0cf100d80352a1a81936b5adc47942f35;hpb=9d26659ae085e96066881c70d93a4929a9726070 diff --git a/include/lttng-kconsumerd.h b/include/lttng-kconsumerd.h index 4f6fc8dc5..8dd57cff1 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 @@ -20,10 +20,11 @@ #ifndef _LTTNG_KCONSUMERD_H #define _LTTNG_KCONSUMERD_H +#include #include "lttng-share.h" /* Kernel consumer path */ -#define KCONSUMERD_PATH LTTNG_RUNDIR "/kconsumerd" +#define KCONSUMERD_PATH LTTNG_RUNDIR "/kconsumerd" #define KCONSUMERD_CMD_SOCK_PATH KCONSUMERD_PATH "/command" #define KCONSUMERD_ERR_SOCK_PATH KCONSUMERD_PATH "/error"