X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fsession.h;h=8d60ed95fe660e71c51c8af849853c566d49ea09;hb=c51b2177a083e94884c11cb3c2a6bbfe9dc463f7;hp=288672dcc193312d2e72e13048cc68ec00ec4d6e;hpb=d37856b8d3033144818786de1c5c5b898fe2946e;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/session.h b/src/bin/lttng-relayd/session.h index 288672dcc..8d60ed95f 100644 --- a/src/bin/lttng-relayd/session.h +++ b/src/bin/lttng-relayd/session.h @@ -53,6 +53,7 @@ struct relay_session { */ lttng_uuid sessiond_uuid; LTTNG_OPTIONAL(time_t) creation_time; + /* Must _not_ be empty for 2.4+ peers. */ char session_name[LTTNG_NAME_MAX]; char hostname[LTTNG_HOST_NAME_MAX]; char base_path[LTTNG_PATH_MAX];