X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.hpp;fp=src%2Fbin%2Flttng-sessiond%2Fust-app.hpp;h=2071a8984495b93026b49f16b2e478cd956c7bed;hp=ab00b1c195df52b3f7c35e079f20f2a2a65fb51c;hb=31375c424ac115fc0373237207fed795849e26ba;hpb=e0252788784c4c7392e5105aed0eaf745798482e diff --git a/src/bin/lttng-sessiond/ust-app.hpp b/src/bin/lttng-sessiond/ust-app.hpp index ab00b1c19..2071a8984 100644 --- a/src/bin/lttng-sessiond/ust-app.hpp +++ b/src/bin/lttng-sessiond/ust-app.hpp @@ -336,8 +336,8 @@ struct ust_app { namespace fmt { template <> struct formatter : formatter { - template - typename FormatCtx::iterator format(const ust_app& app, FormatCtx& ctx) + template + typename FormatContextType::iterator format(const ust_app& app, FormatContextType& ctx) { return format_to(ctx.out(), "{{ procname = `{}`, ppid = {}, pid = {}, uid = {}, gid = {}, version = {}.{}, registration time = {} }}",