Fix: mismatch of ust_app_get_size_one_more_packet_per_stream prototype
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index 47eea9cace62a515278af5809b3be2ca6c30d059..a385cfcd3e5faf06ea2ab7f3616e1d2b838628ce 100644 (file)
@@ -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.023063 seconds and 4 git commands to generate.