Rename liblttsessiondcomm to liblttng-sessiond-comm, install it.
[lttng-tools.git] / include / lttng-kconsumerd.h
index 4f6fc8dc504397ddd0482dd68718caa69d3a1dd5..8dd57cff1e24d504a9834c0c8dcf4e3873e7da02 100644 (file)
@@ -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
 #ifndef _LTTNG_KCONSUMERD_H
 #define _LTTNG_KCONSUMERD_H
 
+#include <lttng/lttng-sessiond-comm.h>
 #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"
 
This page took 0.02336 seconds and 4 git commands to generate.