CUSTOM: liver timer: immediate liver timer control on data pending and destroy
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index 48f9fd38147318e1631b4695fdcfdf86c0572059..313a9534d90a7ba7402ff9b9de976d72ea88a035 100644 (file)
@@ -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 */
This page took 0.024529 seconds and 5 git commands to generate.