vendor: fmtlib: Upgrade fmtlib to 9.1.0
[lttng-tools.git] / src / bin / lttng-sessiond / ust-field-convert.cpp
index 3b8eb2f517e20cceb577bc2e6c58b880963fc98a..10736611cfff317ef6d365a10386975425901fcd 100644 (file)
 
 namespace lst = lttng::sessiond::trace;
 namespace lsu = lttng::sessiond::ust;
-namespace {
 
+/*
+ * fmtlib helper that must be under the same namespace as lttng_ust_ctl_abstract_types
+ * (global).
+ */
+static int format_as(lttng_ust_ctl_abstract_types type)
+{
+       return fmt::underlying(type);
+}
+
+namespace {
 /*
  * Type enclosing the session information that may be required during the decoding
  * of the lttng_ust_ctl_field array provided by applications on registration of
This page took 0.023595 seconds and 4 git commands to generate.