Validate channel context mismatch across UST applications
[lttng-tools.git] / src / bin / lttng-sessiond / ust-field-utils.h
index ea629d5d5deac91869798ec1cd573585f1b987d3..39cd50b481124f260dae7da9dec5b2a231746501 100644 (file)
 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.023618 seconds and 4 git commands to generate.