send the rotate pending to the relay
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index 9e5a037a34011674b6ee9a921698f021d71e8042..53e88c26eba7d2d929caf4657a7efb36a8836e7c 100644 (file)
@@ -593,6 +593,12 @@ int ust_app_rotate_session(struct ltt_session *session)
 {
        return 0;
 }
+
+static inline
+int ust_app_relay_rotate_pending(struct ltt_session *session)
+{
+       return 0;
+}
 #endif /* HAVE_LIBLTTNG_UST_CTL */
 
 #endif /* _LTT_UST_APP_H */
This page took 0.025619 seconds and 5 git commands to generate.