X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fconsumer.h;h=c85529cfde94cf36fb714ac4b67137f72385e69f;hp=68a51bb6cb6efc2424b0b2bc7427cbec2925963b;hb=3f8e211fbe73cbcf69d52af5e839b14d1a951ed7;hpb=cd5376da8a99eaaa06a288c43e18ee852e2d49f2 diff --git a/src/bin/lttng-sessiond/consumer.h b/src/bin/lttng-sessiond/consumer.h index 68a51bb6c..c85529cfd 100644 --- a/src/bin/lttng-sessiond/consumer.h +++ b/src/bin/lttng-sessiond/consumer.h @@ -86,6 +86,9 @@ struct consumer_net { /* Data path for network streaming. */ struct lttng_uri data; + + /* Flag if network sockets were sent to the consumer. */ + unsigned int relayd_socks_sent; }; /* @@ -98,8 +101,8 @@ struct consumer_output { /* * The net_seq_index is the index of the network stream on the consumer - * side. It's basically the relayd socket file descriptor value so the - * consumer can identify which streams goes with which socket. + * side. It tells the consumer which streams goes to which relayd with this + * index. The relayd sockets are index with it on the consumer side. */ int net_seq_index;