Port: Use LTTNG_HOST_NAME_MAX instead of HOST_NAME_MAX
[lttng-tools.git] / src / common / sessiond-comm / relayd.h
index 24c4c6e84336584f986921bddbdbf212b9ad686b..fa45de16a3794bd5b0a96cb0f5b9711882fb088c 100644 (file)
@@ -26,7 +26,7 @@
 
 #include <lttng/lttng.h>
 #include <common/defaults.h>
-#include <common/index/lttng-index.h>
+#include <common/index/ctf-index.h>
 #include <config.h>
 
 #define RELAYD_VERSION_COMM_MAJOR             VERSION_MAJOR
@@ -168,8 +168,8 @@ struct lttcomm_relayd_index {
  * Create session in 2.4 adds additionnal parameters for live reading.
  */
 struct lttcomm_relayd_create_session_2_4 {
-       char session_name[NAME_MAX];
-       char hostname[HOST_NAME_MAX];
+       char session_name[LTTNG_NAME_MAX];
+       char hostname[LTTNG_HOST_NAME_MAX];
        uint32_t live_timer;
        uint32_t snapshot;
 } LTTNG_PACKED;
This page took 0.025087 seconds and 5 git commands to generate.