X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fsessiond-comm%2Frelayd.h;h=b897714d719ea1e618af6f9b2695c46d301007da;hp=5be2328b9794676462f1c0cd96a588a0e97fc406;hb=6d805429e9cb049eb0c9205fcf742a53e3166caf;hpb=9449cc7574c27419ac4424b4653a6f4428d01b4d diff --git a/src/common/sessiond-comm/relayd.h b/src/common/sessiond-comm/relayd.h index 5be2328b9..b897714d7 100644 --- a/src/common/sessiond-comm/relayd.h +++ b/src/common/sessiond-comm/relayd.h @@ -108,10 +108,10 @@ struct lttcomm_relayd_close_stream { } __attribute__ ((__packed__)); /* - * Used to test if for a given stream id the data is available on the relayd - * side for reading. + * Used to test if for a given stream id the data is pending on the relayd side + * for reading. */ -struct lttcomm_relayd_data_available { +struct lttcomm_relayd_data_pending { uint64_t stream_id; uint64_t last_net_seq_num; /* Sequence number of the last packet */ } __attribute__ ((__packed__));