Fix: mismatch of ust_app_snapshot_record prototype
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index 59db98e6ec6911e7233e3fbab746adf4586d4fa6..47eea9cace62a515278af5809b3be2ca6c30d059 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
@@ -531,7 +536,7 @@ void ust_app_destroy(struct ust_app *app)
 }
 static inline
 enum lttng_error_code ust_app_snapshot_record(struct ltt_ust_session *usess,
-               struct consumer_output *output, int wait, uint64_t max_stream_size)
+               const struct consumer_output *output, int wait, uint64_t max_stream_size)
 {
        return 0;
 }
This page took 0.023403 seconds and 4 git commands to generate.