X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Futils.h;h=784e835771dfa1d5de96328f530b667c24581748;hp=b1b97d725d9c0617aeee631ca8fa93447b62fdf7;hb=2d97a0067600335f07eecb2c1d9ba68fc164583e;hpb=4fd2697fac67a7dc7078bcaa9dad78b874d19b0b diff --git a/src/bin/lttng/utils.h b/src/bin/lttng/utils.h index b1b97d725..784e83577 100644 --- a/src/bin/lttng/utils.h +++ b/src/bin/lttng/utils.h @@ -62,4 +62,8 @@ int check_relayd(void); void print_session_stats(const char *session_name); int show_cmd_help(const char *cmd_name, const char *help_msg); +int print_trace_archive_location( + const struct lttng_trace_archive_location *location, + const char *session_name); + #endif /* _LTTNG_UTILS_H */