relayd: Extend relayd get configuration command to check for trace format support
[lttng-tools.git] / include / lttng / trace-format-descriptor-internal.hpp
index 6a142e2bd1aab3df342b95610a9cc41727b87bdf..eb27c3e652de6a28055ab17328bef10af3dbd8ce 100644 (file)
@@ -13,6 +13,7 @@
 #include <common/dynamic-array.hpp>
 #include <common/macros.hpp>
 #include <common/optional.hpp>
+#include <common/sessiond-comm/relayd.hpp>
 #include <cstdint>
 #include <functional>
 #include <lttng/lttng.h>
@@ -36,6 +37,7 @@ class trace_format_descriptor {
 public:
        using uptr = std::unique_ptr<trace_format_descriptor>;
        using sptr = std::shared_ptr<trace_format_descriptor>;
+       using csptr = std::shared_ptr<const trace_format_descriptor>;
        explicit trace_format_descriptor(enum lttng_trace_format_descriptor_type type) : _type(type)
        {
        }
This page took 0.02416 seconds and 5 git commands to generate.