X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fsessiond-comm%2Frelayd.h;h=f6ba15abef6b78a725e2f4f60257f34080f05521;hp=fa45de16a3794bd5b0a96cb0f5b9711882fb088c;hb=ba86d0a7f267c4a00c2e8d38ae569b7c32c415ed;hpb=9cf3eb20220bf3ecfb0d9e4946105e7ea8cb3bf3 diff --git a/src/common/sessiond-comm/relayd.h b/src/common/sessiond-comm/relayd.h index fa45de16a..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;