X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.h;h=3b5d6ae9a5f814fc205ef96a1dfa53334fcdd7d4;hp=a55471ec7b13c56a45f9cb77b17889a5cf11860d;hb=6f698634fc3357dac77ea7e7ab9d07b7b8bf9270;hpb=65197815cd7fe94356c3136688385357b1926586 diff --git a/src/bin/lttng-sessiond/ust-app.h b/src/bin/lttng-sessiond/ust-app.h index a55471ec7..3b5d6ae9a 100644 --- a/src/bin/lttng-sessiond/ust-app.h +++ b/src/bin/lttng-sessiond/ust-app.h @@ -585,6 +585,12 @@ int ust_app_pid_get_channel_runtime_stats(struct ltt_ust_session *usess, return 0; } +static inline +int ust_app_regenerate_statedump_all(struct ltt_ust_session *usess) +{ + return 0; +} + #endif /* HAVE_LIBLTTNG_UST_CTL */ #endif /* _LTT_UST_APP_H */