Save registration time for app
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index 59db98e6ec6911e7233e3fbab746adf4586d4fa6..89d97309f7590b882587b6ddeaa6c9fc99478f46 100644 (file)
@@ -297,6 +297,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.022563 seconds and 4 git commands to generate.