X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Flive.hpp;h=53f67d30ef019061b2a4e00cf537c3a2434489c6;hb=0f4aa1a88a318046475c7caa0f72438db044d9c0;hp=d1866d3f5690a2d07456a4294b75f20bc910090f;hpb=c9e313bc594f40a86eed237dce222c0fc99c957f;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/live.hpp b/src/bin/lttng-relayd/live.hpp index d1866d3f5..53f67d30e 100644 --- a/src/bin/lttng-relayd/live.hpp +++ b/src/bin/lttng-relayd/live.hpp @@ -10,12 +10,12 @@ * */ -#include - #include "lttng-relayd.hpp" +#include + 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(); #endif /* LTTNG_RELAYD_LIVE_H */