Fix: consumer should await for initial streams
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index 62205f4c91d0b001ce63bd772707da65135a84f5..6d796efe42e650b20683c58e74be725db4716ba0 100644 (file)
@@ -255,6 +255,8 @@ struct lttcomm_consumer_msg {
                        uint64_t max_sb_size; /* the subbuffer size for this channel */
                        /* shm_fd and wait_fd are sent as ancillary data */
                        uint64_t mmap_len;
                        uint64_t max_sb_size; /* the subbuffer size for this channel */
                        /* shm_fd and wait_fd are sent as ancillary data */
                        uint64_t mmap_len;
+                       /* nb_init_streams is the number of streams open initially. */
+                       unsigned int nb_init_streams;
                        char name[LTTNG_SYMBOL_NAME_LEN];
                } channel;
                struct {
                        char name[LTTNG_SYMBOL_NAME_LEN];
                } channel;
                struct {
This page took 0.023695 seconds and 4 git commands to generate.