X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.h;fp=src%2Fbin%2Flttng-sessiond%2Fust-app.h;h=313a9534d90a7ba7402ff9b9de976d72ea88a035;hb=d60962b2fd59c26410139d5203c9ec7f894f8e02;hp=48f9fd38147318e1631b4695fdcfdf86c0572059;hpb=ef895a18579c845259ff0e99f5d58191f19e7f82;p=deliverable%2Flttng-tools.git diff --git a/src/bin/lttng-sessiond/ust-app.h b/src/bin/lttng-sessiond/ust-app.h index 48f9fd381..313a9534d 100644 --- a/src/bin/lttng-sessiond/ust-app.h +++ b/src/bin/lttng-sessiond/ust-app.h @@ -353,6 +353,9 @@ int ust_app_pid_get_channel_runtime_stats(struct ltt_ust_session *usess, int overwrite, uint64_t *discarded, uint64_t *lost); int ust_app_regenerate_statedump_all(struct ltt_ust_session *usess); +int ust_force_stop_live_timer(struct ltt_ust_session *usess); +int ust_force_start_live_timer(struct ltt_ust_session *usess); + static inline int ust_app_supported(void) { @@ -585,6 +588,18 @@ int ust_app_regenerate_statedump_all(struct ltt_ust_session *usess) return 0; } +static inline +int ust_force_stop_live_timer(struct ltt_ust_session *usess) +{ + return 0; +} + +static inline +int ust_force_start_live_timer(struct ltt_ust_session *usess) +{ + return 0; +} + #endif /* HAVE_LIBLTTNG_UST_CTL */ #endif /* _LTT_UST_APP_H */