X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fsession.h;h=b90e8f4677f8530227825e3671639cf1b3bf0547;hb=68264071f9d1b789de1350cbec479b52a9b54acf;hp=167ea9c058afa2fac651e1fedc886e7009526aca;hpb=a24f7994321e1b114bf900b530604560786a9131;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/session.h b/src/bin/lttng-sessiond/session.h index 167ea9c05..b90e8f467 100644 --- a/src/bin/lttng-sessiond/session.h +++ b/src/bin/lttng-sessiond/session.h @@ -82,6 +82,9 @@ struct ltt_session { * copied into those sessions. */ struct consumer_output *consumer; + + /* Indicates whether or not we have to spawn consumer(s) */ + unsigned int start_consumer; }; /* Prototypes */