Clean-up: sessiond: rename public accessors
[lttng-tools.git] / src / bin / lttng-sessiond / stream-class.hpp
index 78f0c83cb8ee46c7a2f37cf7d8457954fe928006..754b723fa5eec49f316089ab8d0c4c13288f6045 100644 (file)
@@ -31,9 +31,9 @@ public:
        void accept(trace_class_visitor& visitor) const;
        virtual ~stream_class() = default;
 
-       virtual const type* get_packet_context() const;
-       virtual const type* get_event_header() const;
-       virtual const type* get_event_context() const;
+       virtual const type* packet_context() const;
+       virtual const type* event_header() const;
+       virtual const type* event_context() const;
 
        const unsigned int id;
        /*
This page took 0.023247 seconds and 4 git commands to generate.