Adapt to namespaced liblttng-ust-ctl symbols
[lttng-tools.git] / src / bin / lttng-sessiond / ust-field-utils.h
index 286111f0880adeec5b26a44cb94f77fba878850c..ea629d5d5deac91869798ec1cd573585f1b987d3 100644 (file)
@@ -14,7 +14,7 @@
  * Compare two UST fields.
  * Return 1 if both fields have identical definition, 0 otherwise.
  */
-int match_ustctl_field(const struct ustctl_field *first,
-               const struct ustctl_field *second);
+int match_lttng_ust_ctl_field(const struct lttng_ust_ctl_field *first,
+               const struct lttng_ust_ctl_field *second);
 
 #endif /* LTTNG_UST_FIELD_UTILS_H */
This page took 0.030986 seconds and 4 git commands to generate.