sessiond: return raw pointer to packet header
[lttng-tools.git] / src / bin / lttng-sessiond / trace-class.hpp
index 05ea5c23efbf4c8c6fc8df36e0df3c3728a3029f..52dcb76a94355315004638334d8672fa2f75ea57 100644 (file)
@@ -50,7 +50,7 @@ public:
         * to continue the traversal to the trace class' children.
         */
        virtual void accept(trace_class_visitor& trace_class_visitor) const;
-       virtual lttng::sessiond::trace::type::cuptr get_packet_header() const = 0;
+       virtual const lttng::sessiond::trace::type *get_packet_header() const noexcept = 0;
 
        virtual ~trace_class() = default;
 
This page took 0.022795 seconds and 4 git commands to generate.