X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbin%2Flttng-sessiond%2Fconsumer.h;h=6855068dbedc86162acdeb00b8328db3aa808732;hb=c890b720e435173420cac747c5701147ff7ead99;hp=5e8ad9b9e7c006bb1999d09a9ba7777c98ff0d94;hpb=a23ec3a78becfaeca0041c4a6747d30b3ac44bfd;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/consumer.h b/src/bin/lttng-sessiond/consumer.h index 5e8ad9b9e..6855068db 100644 --- a/src/bin/lttng-sessiond/consumer.h +++ b/src/bin/lttng-sessiond/consumer.h @@ -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 */