Propagate trace format to ust_app_session object
[deliverable/lttng-tools.git] / src / bin / lttng-sessiond / ust-app.hpp
index 5007d807b63c52f25b59c5cceb6c2eb660263189..25b2b1e3bc790ca99bfe832396fcfd67c5aee928 100644 (file)
 
 #include <stdint.h>
 
-#include <common/index-allocator.hpp>
 #include <common/format.hpp>
+#include <common/index-allocator.hpp>
 #include <common/uuid.hpp>
+#include <lttng/trace-format-descriptor-internal.hpp>
 
 #include "trace-ust.hpp"
 #include "ust-registry.hpp"
@@ -241,6 +242,8 @@ struct ust_app_session {
 
        char root_shm_path[PATH_MAX]{};
        char shm_path[PATH_MAX]{};
+
+       lttng::trace_format_descriptor::csptr trace_format;
 };
 
 /*
This page took 0.035781 seconds and 5 git commands to generate.