Fix last commit. Git code-18 pushed the wrong fix.
[lttng-tools.git] / src / bin / lttng-sessiond / consumer.h
index 5e8ad9b9e7c006bb1999d09a9ba7777c98ff0d94..6855068dbedc86162acdeb00b8328db3aa808732 100644 (file)
@@ -112,7 +112,8 @@ struct consumer_net {
        struct lttng_uri data;
 
        /* Flag if network sockets were sent to the consumer. */
-       unsigned int relayd_socks_sent;
+       unsigned int control_sock_sent;
+       unsigned int data_sock_sent;
 };
 
 /*
@@ -195,6 +196,7 @@ void consumer_init_channel_comm_msg(struct lttcomm_consumer_msg *msg,
                int channel_key,
                uint64_t max_sb_size,
                uint64_t mmap_len,
-               const char *name);
+               const char *name,
+               unsigned int nb_init_streams);
 
 #endif /* _CONSUMER_H */
This page took 0.025769 seconds and 4 git commands to generate.