X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fsession.h;h=8d41c38aa60c911174f37ba92909f1c7d4ab345b;hp=82e409521c440c621f06d5d46a86d8cc380e6d6c;hb=54213acc35b30fa5e95dd275c31cfb584d4e4abf;hpb=0ed78e50c92e986d1c766a76ba5c3bca6125a989 diff --git a/src/bin/lttng-sessiond/session.h b/src/bin/lttng-sessiond/session.h index 82e409521..8d41c38aa 100644 --- a/src/bin/lttng-sessiond/session.h +++ b/src/bin/lttng-sessiond/session.h @@ -121,6 +121,12 @@ struct ltt_session { * creation defaults. */ unsigned int snapshot_mode; + /* + * A session that has channels that don't use 'mmap' output can't be + * used to capture snapshots. This is set to true whenever a + * 'splice' kernel channel is enabled. + */ + bool has_non_mmap_channel; /* * Timer set when the session is created for live reading. */