X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fconsumer.h;h=6855068dbedc86162acdeb00b8328db3aa808732;hp=ec4ef3f3162533be8b0f98880eac41dde943e013;hb=c890b720e435173420cac747c5701147ff7ead99;hpb=e09272cd700e3a0a59100cdf6c3ad2332341109c diff --git a/src/bin/lttng-sessiond/consumer.h b/src/bin/lttng-sessiond/consumer.h index ec4ef3f31..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; }; /*