sessiond: generate packet header, packet context and event header dynamically
[lttng-tools.git] / src / bin / lttng-sessiond / ust-registry-session.hpp
index cce7c5c1b7baef7958f80f10c0e9eef9ceca883c..4bda57a0774a2deab35b963fc1d49196f752594b 100644 (file)
@@ -62,6 +62,8 @@ public:
        void regenerate_metadata();
        virtual ~registry_session();
 
+       virtual lttng::sessiond::trace::type::cuptr get_packet_header() const override;
+
        /*
         * With multiple writers and readers, use this lock to access
         * the registry. Can nest within the ust app session lock.
@@ -191,7 +193,7 @@ private:
        /* The id of the parent session. */
        const ltt_session::id_t _tracing_id;
 
-       lttng::sessiond::ust::clock_class _clock;
+       lttng::sessiond::ust::clock_class::cuptr _clock;
        const lttng::sessiond::trace::trace_class_visitor::cuptr _metadata_generating_visitor;
 };
 
This page took 0.023223 seconds and 4 git commands to generate.