Use compiler-agnostic defines to silence warning
[lttng-tools.git] / src / bin / lttng-relayd / live.hpp
index 67fb58a14c642af28b8807e3a06a9e21fc979f56..47926d2ab287a12d0a475658afb145b644ce958d 100644 (file)
 #include <common/uri.hpp>
 
 int relayd_live_create(struct lttng_uri *live_uri);
-int relayd_live_stop(void);
-int relayd_live_join(void);
+int relayd_live_stop();
+int relayd_live_join();
 
+int make_viewer_streams(struct relay_session *relay_session,
+                       struct relay_viewer_session *viewer_session,
+                       enum lttng_viewer_seek seek_t,
+                       unsigned int *nb_total,
+                       unsigned int *nb_unsent,
+                       unsigned int *nb_created,
+                       bool *closed);
 #endif /* LTTNG_RELAYD_LIVE_H */
This page took 0.025418 seconds and 4 git commands to generate.