X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fstream.h;h=4dd2e627e773bc27878394a1e1a56a30ca5f1885;hb=0c0e3b4112d52fb54a844300b36f1373e3055c8f;hp=5aca693cce4a5ea131ac383909da542ecb309576;hpb=528f2ffaebbc88b3fd541fa404b567b878aa5255;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/stream.h b/src/bin/lttng-relayd/stream.h index 5aca693cc..4dd2e627e 100644 --- a/src/bin/lttng-relayd/stream.h +++ b/src/bin/lttng-relayd/stream.h @@ -76,6 +76,12 @@ struct relay_stream { * timestamp end, when it is active, this field == -1ULL. */ uint64_t beacon_ts_end; + /* + * Number of indexes that are supposed to be complete soon. + * Avoid sending the inactivity beacon to the client when data is in + * transit. + */ + int indexes_in_flight; /* * CTF stream ID, -1ULL when unset. */