X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fsessiond-comm%2Frelayd.h;h=525ec1a5c0271e1002ffb65be3b55bdf39657b8e;hp=6cd9a21f4ca922b81cd8df4dd1ea41fb276a3321;hb=f7079f6790ccfb78ec7115ccb5b1706f5c18ebfe;hpb=c5b6f4f08fe8d1abff74c7f6ad3630b7dcf0669d diff --git a/src/common/sessiond-comm/relayd.h b/src/common/sessiond-comm/relayd.h index 6cd9a21f4..525ec1a5c 100644 --- a/src/common/sessiond-comm/relayd.h +++ b/src/common/sessiond-comm/relayd.h @@ -125,4 +125,12 @@ struct lttcomm_relayd_data_pending { uint64_t last_net_seq_num; /* Sequence number of the last packet */ } __attribute__ ((__packed__)); +struct lttcomm_relayd_begin_data_pending { + uint64_t session_id; +} __attribute__ ((__packed__)); + +struct lttcomm_relayd_end_data_pending { + uint64_t session_id; +} __attribute__ ((__packed__)); + #endif /* _RELAYD_COMM */