X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Ftrace-ust.h;h=03f37abaa6900723422fca8762bf5ea893d020a7;hb=71c1a1b96afa1f19e0831d45c5a008b7d39b3cd3;hp=dcb45c2373d802fa92d04adbedd393d3d310b6ad;hpb=d5979e4a295b782fb44a1dc61fb4e01c47bcdf2c;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/trace-ust.h b/src/bin/lttng-sessiond/trace-ust.h index dcb45c237..03f37abaa 100644 --- a/src/bin/lttng-sessiond/trace-ust.h +++ b/src/bin/lttng-sessiond/trace-ust.h @@ -105,6 +105,8 @@ struct ltt_ust_session { uint64_t next_channel_id; /* Once this value reaches UINT32_MAX, no more id can be allocated. */ uint64_t used_channel_id; + /* Tell or not if the session has to output the traces. */ + unsigned int output_traces; }; /*