X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Flttng-relayd.h;fp=src%2Fbin%2Flttng-relayd%2Flttng-relayd.h;h=ab1ccd410e06773686f2bf6f3aefcc9c15ccb362;hp=c08c17a4faf83d552d7d43ebe79610adf7d307d3;hb=4a9daf1745ccbd2aab029206a664f39fcbd640ce;hpb=601262d65a9ccd90198558639ef2a73cda4230e1 diff --git a/src/bin/lttng-relayd/lttng-relayd.h b/src/bin/lttng-relayd/lttng-relayd.h index c08c17a4f..ab1ccd410 100644 --- a/src/bin/lttng-relayd/lttng-relayd.h +++ b/src/bin/lttng-relayd/lttng-relayd.h @@ -83,6 +83,11 @@ struct relay_session { */ uint64_t minor; uint64_t major; + /* + * Flag checked and exchanged with uatomic_cmpxchg to tell the + * viewer-side if new streams got added since the last check. + */ + unsigned long new_streams; }; /*