X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fsession.h;h=48dc44a33d632efaff87598d1057f7569b83e584;hp=14ad7af0a8aac4aeb55fb3f444dd9bb3fe39e639;hb=0c82ac624169ec9ec062f395e55abfe992d0fd91;hpb=8382cf6f76c29b0451b7fe986c6b882d6029ca47 diff --git a/src/bin/lttng-sessiond/session.h b/src/bin/lttng-sessiond/session.h index 14ad7af0a..48dc44a33 100644 --- a/src/bin/lttng-sessiond/session.h +++ b/src/bin/lttng-sessiond/session.h @@ -108,7 +108,11 @@ struct ltt_session { /* * Timer set when the session is created for live reading. */ - int live_timer; + unsigned int live_timer; + /* + * Path where to keep the shared memory files. + */ + char shm_path[PATH_MAX]; }; /* Prototypes */