X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fconnection.h;fp=src%2Fbin%2Flttng-relayd%2Fconnection.h;h=d189e1549672d8016ab80adfa9bb25f4537390d3;hp=d0edf82146ba4de10826443c4c4e46d0fd9e1799;hb=d9b9088d65b39e019f0d663df9fc5383408d60a3;hpb=2ec8403bb9647a2ad22dcfc8bbc79db15b179783 diff --git a/src/bin/lttng-relayd/connection.h b/src/bin/lttng-relayd/connection.h index d0edf8214..d189e1549 100644 --- a/src/bin/lttng-relayd/connection.h +++ b/src/bin/lttng-relayd/connection.h @@ -138,6 +138,11 @@ struct relay_connection { struct lttng_dynamic_buffer reception_buffer; } ctrl; } protocol; + /* + * The activity phase for which the connection was last active. + * This is used to ensure fairness across connections. + */ + uint64_t activity_phase; }; struct relay_connection *connection_create(struct lttcomm_sock *sock,