X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fstream-class.cpp;fp=src%2Fbin%2Flttng-sessiond%2Fstream-class.cpp;h=b56f0e2a02af77d89db85f1426f809ec557df966;hp=883a65e4122e2c460218eae294e8a4ce645f449c;hb=4bcf2294f0701b731d620c38216e1922e919e1b9;hpb=c22ded1240ab0726421d43f0ccbcbc9a03ca2e59 diff --git a/src/bin/lttng-sessiond/stream-class.cpp b/src/bin/lttng-sessiond/stream-class.cpp index 883a65e41..b56f0e2a0 100644 --- a/src/bin/lttng-sessiond/stream-class.cpp +++ b/src/bin/lttng-sessiond/stream-class.cpp @@ -25,17 +25,17 @@ void lst::stream_class::accept(trace_class_visitor& visitor) const _accept_on_event_classes(visitor); } -const lttng::sessiond::trace::type *lst::stream_class::get_packet_context() const +const lttng::sessiond::trace::type *lst::stream_class::packet_context() const { return _packet_context.get(); } -const lttng::sessiond::trace::type *lst::stream_class::get_event_header() const +const lttng::sessiond::trace::type *lst::stream_class::event_header() const { return _event_header.get(); } -const lttng::sessiond::trace::type *lst::stream_class::get_event_context() const +const lttng::sessiond::trace::type *lst::stream_class::event_context() const { return _event_context.get(); }