Validate channel context mismatch across UST applications
[lttng-tools.git] / src / bin / lttng-sessiond / ust-field-utils.h
index 286111f0880adeec5b26a44cb94f77fba878850c..39cd50b481124f260dae7da9dec5b2a231746501 100644 (file)
  * 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);
+
+/*
+ * Compare two arrays of UST fields.
+ * Return true if both arrays have identical field definitions, false otherwise.
+ */
+bool match_lttng_ust_ctl_field_array(const struct lttng_ust_ctl_field *first,
+               size_t nr_first,
+               const struct lttng_ust_ctl_field *second,
+               size_t nr_second);
 
 #endif /* LTTNG_UST_FIELD_UTILS_H */
This page took 0.024285 seconds and 4 git commands to generate.