X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fstream.h;h=4dd2e627e773bc27878394a1e1a56a30ca5f1885;hp=5aca693cce4a5ea131ac383909da542ecb309576;hb=6e7241fe92e7b5db872d164c3e1a0f75ce5a1463;hpb=c4fd489fe80828d8eaa1cca7f25ae87ebb6d77f5 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. */