X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-field-convert.hpp;h=e165cdf1d6e07047af40939c28aad2f41a6d9a34;hb=eda1aa02582ba8af1f30d40f131f4a32d2b372ab;hp=0faf65db1b87d42f9d7b24c99df9ffb15be8f6ed;hpb=0267b5278de7bf4ee1ec11f2270dec4b44e80f36;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/ust-field-convert.hpp b/src/bin/lttng-sessiond/ust-field-convert.hpp index 0faf65db1..e165cdf1d 100644 --- a/src/bin/lttng-sessiond/ust-field-convert.hpp +++ b/src/bin/lttng-sessiond/ust-field-convert.hpp @@ -22,7 +22,8 @@ namespace ust { std::vector create_trace_fields_from_ust_ctl_fields( const lttng::sessiond::ust::registry_session& session, const lttng_ust_ctl_field *fields, - std::size_t field_count); + std::size_t field_count, + trace::field_location::root lookup_root); } /* namespace ust */ } /* namespace sessiond */