Fix: CTF 1.8 mandates that event "fields" must be a structure
[babeltrace.git] / include / babeltrace / ctf-ir / event.h
index 83aa044a908e32a744899a84008f6f775d15aa0d..102883d63066366befcd66815dfb33f7b3b6fc65 100644 (file)
@@ -120,7 +120,7 @@ extern struct bt_ctf_field_type *bt_ctf_event_class_get_payload_type(
  * Set an event class' payload type.
  *
  * @param event_class Event class.
- * @param payload The payload's type.
+ * @param payload The payload's type (must be a structure).
  *
  * Returns 0 on success, a negative value on error.
  */
This page took 0.038706 seconds and 4 git commands to generate.