X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.h;h=2fd3b56d936f764e46c31c3ba0e19ba53480dbb2;hp=fe040ae503db83436c8d93a1f23ecf6fc97e3b3c;hb=ad7a91070f0b04bf69868efcbc572602449ac9bf;hpb=ca3aecdf2e5c045ad2f027b3dc474815d375a280 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; }; /*