Metadata: add vpid_datetime field to metadta env
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index b90ff4bcef8833459268ba02f62dfc2e40bfc7e8..d9279f0e47720c42e0b9ab37918eb4c8510b570a 100644 (file)
@@ -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
This page took 0.024751 seconds and 5 git commands to generate.