X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fsessiond-comm%2Frelayd.h;h=6cd9a21f4ca922b81cd8df4dd1ea41fb276a3321;hb=c5b6f4f08fe8d1abff74c7f6ad3630b7dcf0669d;hp=7bc7a12173236b4609322291ec3d5af89038853b;hpb=f50f23d9f80ed9fae7fe5c49aee65e813e0031c8;p=lttng-tools.git diff --git a/src/common/sessiond-comm/relayd.h b/src/common/sessiond-comm/relayd.h index 7bc7a1217..6cd9a21f4 100644 --- a/src/common/sessiond-comm/relayd.h +++ b/src/common/sessiond-comm/relayd.h @@ -53,6 +53,14 @@ struct lttcomm_relayd_data_hdr { uint32_t padding_size; /* Size of 0 padding the data */ } __attribute__ ((__packed__)); +/* + * Reply from a create session command. + */ +struct lttcomm_relayd_status_session { + uint64_t session_id; + uint32_t ret_code; +} __attribute__ ((__packed__)); + /* * Used to add a stream on the relay daemon. */