Fix: mismatch of ust_app_get_size_one_more_packet_per_stream prototype
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index 89d97309f7590b882587b6ddeaa6c9fc99478f46..a385cfcd3e5faf06ea2ab7f3616e1d2b838628ce 100644 (file)
@@ -536,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;
 }
@@ -563,7 +563,7 @@ struct ust_app *ust_app_find_by_pid(pid_t pid)
 }
 static inline
 uint64_t ust_app_get_size_one_more_packet_per_stream(
-               struct ltt_ust_session *usess, uint64_t cur_nr_packets) {
+               const struct ltt_ust_session *usess, uint64_t cur_nr_packets) {
        return 0;
 }
 static inline
This page took 0.024878 seconds and 4 git commands to generate.