Add data structure for the data available command
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index 753e842340e5f4fd882ca99a5d3e4e1c151725a6..5d2fa36a8b02fa9b7417b92c87a49b5a742c384f 100644 (file)
@@ -272,6 +272,7 @@ struct lttcomm_consumer_msg {
                        int net_index;
                        unsigned int metadata_flag;
                        char name[LTTNG_SYMBOL_NAME_LEN];  /* Name string of the stream */
+                       uint64_t session_id;   /* Tracing session id of the stream */
                } stream;
                struct {
                        int net_index;
@@ -282,6 +283,9 @@ struct lttcomm_consumer_msg {
                struct {
                        uint64_t net_seq_idx;
                } destroy_relayd;
+               struct {
+                       uint64_t session_id;
+               } data_available;
        } u;
 };
 
This page took 0.022937 seconds and 4 git commands to generate.