sessiond: generate packet header, packet context and event header dynamically
[lttng-tools.git] / src / bin / lttng-sessiond / ust-registry-session.hpp
index 316703769fe57e92d2391fa36cb3159a28972bae..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.
This page took 0.023612 seconds and 4 git commands to generate.