X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fsessiond-comm%2Frelayd.h;h=f6ba15abef6b78a725e2f4f60257f34080f05521;hb=8bbffd547a5d7ce11413aff2082f97aafe9d7a51;hp=1152d28e907676aa6e06ed046ae62c5e5da977df;hpb=36d2e35df61339e4394e84ad9790b984d259e0f0;p=lttng-tools.git diff --git a/src/common/sessiond-comm/relayd.h b/src/common/sessiond-comm/relayd.h index 1152d28e9..f6ba15abe 100644 --- a/src/common/sessiond-comm/relayd.h +++ b/src/common/sessiond-comm/relayd.h @@ -68,7 +68,7 @@ struct lttcomm_relayd_status_session { */ struct lttcomm_relayd_add_stream { char channel_name[DEFAULT_STREAM_NAME_LEN]; - char pathname[PATH_MAX]; + char pathname[LTTNG_PATH_MAX]; } LTTNG_PACKED; /* @@ -77,7 +77,7 @@ struct lttcomm_relayd_add_stream { */ struct lttcomm_relayd_add_stream_2_2 { char channel_name[DEFAULT_STREAM_NAME_LEN]; - char pathname[PATH_MAX]; + char pathname[LTTNG_PATH_MAX]; uint64_t tracefile_size; uint64_t tracefile_count; } LTTNG_PACKED; @@ -169,7 +169,7 @@ struct lttcomm_relayd_index { */ struct lttcomm_relayd_create_session_2_4 { char session_name[LTTNG_NAME_MAX]; - char hostname[HOST_NAME_MAX]; + char hostname[LTTNG_HOST_NAME_MAX]; uint32_t live_timer; uint32_t snapshot; } LTTNG_PACKED;