X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fsessiond-comm%2Frelayd.h;h=7a89c3127920e3eb7db12a187446ea3a9f3eccaa;hp=03460de38566cdb7ec42b13a6c0e4d2a55f44f1d;hb=7c9534d659135c84659bdaad54dde406842a32f8;hpb=6b5133f20604535057af49574f4f506c8d94846c diff --git a/src/common/sessiond-comm/relayd.h b/src/common/sessiond-comm/relayd.h index 03460de38..7a89c3127 100644 --- a/src/common/sessiond-comm/relayd.h +++ b/src/common/sessiond-comm/relayd.h @@ -37,7 +37,7 @@ struct lttcomm_relayd_hdr { /* Circuit ID not used for now so always ignored */ uint64_t circuit_id; uint64_t data_size; /* data size following this header */ - uint32_t cmd; /* enum lttcomm_sessiond_command */ + uint32_t cmd; /* enum lttcomm_relayd_command */ uint32_t cmd_version; /* command version */ } LTTNG_PACKED;