X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fsession.h;h=2bd2fd0bab5facdec136f7e0a9558c46cf2e502d;hp=0fd2fb16a4dc416c73784611300085651ce857fc;hb=ecc48a904cc7c419fd1400afaa9ccb93be490cdd;hpb=9d5b2fc0e9759ad89c5f0551dfe64fabd07afbfb 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 */