X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fsession.h;h=2bd2fd0bab5facdec136f7e0a9558c46cf2e502d;hp=0fd2fb16a4dc416c73784611300085651ce857fc;hb=ecc48a904cc7c419fd1400afaa9ccb93be490cdd;hpb=27babd3a0a164f71d4dc02884ef20099ddfc6755 diff --git a/src/bin/lttng-sessiond/session.h b/src/bin/lttng-sessiond/session.h index 0fd2fb16a..2bd2fd0ba 100644 --- a/src/bin/lttng-sessiond/session.h +++ b/src/bin/lttng-sessiond/session.h @@ -99,6 +99,10 @@ struct ltt_session { * snapshot purposes. */ unsigned int snapshot_mode; + /* + * Timer set when the session is created for live reading. + */ + int live_timer; }; /* Prototypes */