Fix data pending for inflight streaming
[lttng-tools.git] / src / common / sessiond-comm / relayd.h
index 6cd9a21f4ca922b81cd8df4dd1ea41fb276a3321..525ec1a5c0271e1002ffb65be3b55bdf39657b8e 100644 (file)
@@ -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 */
This page took 0.0227 seconds and 4 git commands to generate.