X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fsession.h;h=b90e8f4677f8530227825e3671639cf1b3bf0547;hp=167ea9c058afa2fac651e1fedc886e7009526aca;hb=a4b92340642035d1eafeb1eead0ad01f64d2007d;hpb=eb4a2943f0cf59f2f33627c4fa6ed79300119328 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 */