X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.h;h=2fd3b56d936f764e46c31c3ba0e19ba53480dbb2;hb=e23b81ed4298c760261e27ca0735cafc0de43da3;hp=fe040ae503db83436c8d93a1f23ecf6fc97e3b3c;hpb=d28f6a948209434945e785f2ad3b89aaa67897e4;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/ust-app.h b/src/bin/lttng-sessiond/ust-app.h index fe040ae50..2fd3b56d9 100644 --- a/src/bin/lttng-sessiond/ust-app.h +++ b/src/bin/lttng-sessiond/ust-app.h @@ -212,6 +212,9 @@ struct ust_app_session { /* If the channel's streams have to be outputed or not. */ unsigned int output_traces; unsigned int live_timer_interval; /* usec */ + + /* Metadata channel attributes. */ + struct ustctl_consumer_channel_attr metadata_attr; }; /*