X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.hpp;h=25b2b1e3bc790ca99bfe832396fcfd67c5aee928;hb=8af3bd5768947013629cb38edbce0deed48c6c11;hp=5007d807b63c52f25b59c5cceb6c2eb660263189;hpb=604f8e58fee3e1add1b0a2dcb542844983cd3075;p=deliverable%2Flttng-tools.git diff --git a/src/bin/lttng-sessiond/ust-app.hpp b/src/bin/lttng-sessiond/ust-app.hpp index 5007d807b..25b2b1e3b 100644 --- a/src/bin/lttng-sessiond/ust-app.hpp +++ b/src/bin/lttng-sessiond/ust-app.hpp @@ -11,9 +11,10 @@ #include -#include #include +#include #include +#include #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; }; /*