X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Futils.h;h=8b9d029f1806385660455c4d56ebf6e2a60ba930;hp=9dacbb20f09513be2b604fd0eb1e00c5a161fd0c;hb=8960e9cd5adb7e5cdaece135530a457cd65324dc;hpb=fa91dc52d62347d1c1ce56e995525f2c57adfc13 diff --git a/src/bin/lttng/utils.h b/src/bin/lttng/utils.h index 9dacbb20f..8b9d029f1 100644 --- a/src/bin/lttng/utils.h +++ b/src/bin/lttng/utils.h @@ -22,6 +22,8 @@ #include +extern char *opt_relayd_path; + struct cmd_struct; char *get_session_name(void); @@ -54,4 +56,7 @@ void print_missing_domain(void) ERR("Please specify a domain (-k/-u/-j)."); } +int spawn_relayd(const char *pathname, int port); +int check_relayd(void); + #endif /* _LTTNG_UTILS_H */