Port: Use LTTNG_HOST_NAME_MAX instead of HOST_NAME_MAX
[lttng-tools.git] / src / bin / lttng-relayd / session.h
index de1e44f0d7fd36410349a7c1f1ecbcac8bc3c76b..3ee1c45c3d24c93605605336fb7b5ac426e05afd 100644 (file)
@@ -40,7 +40,7 @@ struct relay_session {
         */
        uint64_t id;
        char session_name[LTTNG_NAME_MAX];
-       char hostname[HOST_NAME_MAX];
+       char hostname[LTTNG_HOST_NAME_MAX];
        uint32_t live_timer;
 
        /* Session in snapshot mode. */
This page took 0.024018 seconds and 5 git commands to generate.