X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.h;h=3b5d6ae9a5f814fc205ef96a1dfa53334fcdd7d4;hb=6f698634fc3357dac77ea7e7ab9d07b7b8bf9270;hp=d02f353c856a985b7a97737a230f1b0f07946492;hpb=fb83fe64f250bec7416f18891a8264450c61ead3;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/ust-app.h b/src/bin/lttng-sessiond/ust-app.h index d02f353c8..3b5d6ae9a 100644 --- a/src/bin/lttng-sessiond/ust-app.h +++ b/src/bin/lttng-sessiond/ust-app.h @@ -352,6 +352,7 @@ int ust_app_pid_get_channel_runtime_stats(struct ltt_ust_session *usess, struct ltt_ust_channel *uchan, struct consumer_output *consumer, int overwrite, uint64_t *discarded, uint64_t *lost); +int ust_app_regenerate_statedump_all(struct ltt_ust_session *usess); static inline int ust_app_supported(void) @@ -584,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 */