Fix last commit. Git code-18 pushed the wrong fix.
[lttng-tools.git] / src / bin / lttng-sessiond / consumer.h
index ec4ef3f3162533be8b0f98880eac41dde943e013..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;
 };
 
 /*
This page took 0.0224 seconds and 4 git commands to generate.