X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.h;fp=src%2Fbin%2Flttng-sessiond%2Fust-app.h;h=d9279f0e47720c42e0b9ab37918eb4c8510b570a;hp=b90ff4bcef8833459268ba02f62dfc2e40bfc7e8;hb=d7912dd1d4af8e8f0e92b2479a2de73f9da0fd11;hpb=7af87e598b8412631cf3f48975a57965fad49fcf diff --git a/src/bin/lttng-sessiond/ust-app.h b/src/bin/lttng-sessiond/ust-app.h index b90ff4bce..d9279f0e4 100644 --- a/src/bin/lttng-sessiond/ust-app.h +++ b/src/bin/lttng-sessiond/ust-app.h @@ -298,6 +298,11 @@ struct ust_app { * to a negative value indicating that the agent application is gone. */ int agent_app_sock; + /* + * Time at which the app is registred. + * Used for path creation + */ + time_t registration_time; }; #ifdef HAVE_LIBLTTNG_UST_CTL