X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=liblttsessiondcomm%2Fliblttsessiondcomm.h;h=56414063c6bacd70b79e50ae697774d61420129a;hp=6d6290d0a455cf34e2ec6ed043bdb471864a63f3;hb=aaf975194bf54e911e7464b3723b2f247dbeb78b;hpb=e8f07c636c9943a0e2a48113bb8135a6c4f5ebd7 diff --git a/liblttsessiondcomm/liblttsessiondcomm.h b/liblttsessiondcomm/liblttsessiondcomm.h index 6d6290d0a..56414063c 100644 --- a/liblttsessiondcomm/liblttsessiondcomm.h +++ b/liblttsessiondcomm/liblttsessiondcomm.h @@ -85,7 +85,7 @@ enum lttcomm_return_code { struct lttcomm_session_msg { /* Common data to almost all command */ enum lttcomm_command_type cmd_type; - uuid_t session_id; + char session_id[37]; char trace_name[NAME_MAX]; char session_name[NAME_MAX]; pid_t pid; @@ -125,7 +125,7 @@ struct lttcomm_session_msg { struct lttcomm_lttng_msg { enum lttcomm_command_type cmd_type; enum lttcomm_return_code ret_code; - uuid_t session_id; + char session_id[37]; pid_t pid; char trace_name[NAME_MAX]; unsigned int size_payload;