X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-registry-event.hpp;fp=src%2Fbin%2Flttng-sessiond%2Fust-registry-event.hpp;h=b38b09553c18d432f96b98a9a49eb254fdf2a4f3;hp=6b2ebc8434a8428dfea27626713988aba7d4cf85;hb=31375c424ac115fc0373237207fed795849e26ba;hpb=e0252788784c4c7392e5105aed0eaf745798482e diff --git a/src/bin/lttng-sessiond/ust-registry-event.hpp b/src/bin/lttng-sessiond/ust-registry-event.hpp index 6b2ebc843..b38b09553 100644 --- a/src/bin/lttng-sessiond/ust-registry-event.hpp +++ b/src/bin/lttng-sessiond/ust-registry-event.hpp @@ -70,9 +70,9 @@ void registry_event_destroy(registry_event *event); namespace fmt { template <> struct formatter : formatter { - template - typename FormatCtx::iterator format( - const lttng::sessiond::ust::registry_event& event, FormatCtx& ctx) + template + typename FormatContextType::iterator format( + const lttng::sessiond::ust::registry_event& event, FormatContextType& ctx) { return format_to(ctx.out(), "{{ name = `{}`, signature = `{}`, id = {}, session objd = {}, channel objd = {} }}",