X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fstream-class.cpp;h=b56f0e2a02af77d89db85f1426f809ec557df966;hb=52e345b9ac912d033c2a2c25a170a01cf209839d;hp=883a65e4122e2c460218eae294e8a4ce645f449c;hpb=24ed18f2ceda5023e4ad755547ad79466730cbd3;p=lttng-tools.git 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(); }