lib: add precond. check for begin <= end on pkt./ev. disc. msg. creation
[babeltrace.git] / include / babeltrace2 / graph / message.h
index 61470bf809d4d22d02f625125c82f4ef34c89389..bc977238c8cb7a0a904ad59f9104fc743be3d504 100644 (file)
@@ -2420,6 +2420,7 @@ property values:
 @pre
     <code>bt_stream_class_discarded_events_have_default_clock_snapshots(bt_stream_borrow_class_const(stream))</code>
     returns #BT_TRUE.
+    \bt_p{beginning_clock_snapshot_value} ⩽ \bt_p{end_clock_snapshot_value}
 
 @bt_post_success_frozen{stream}
 */
@@ -2738,6 +2739,7 @@ property values:
 @pre
     <code>bt_stream_class_discarded_packets_have_default_clock_snapshots(bt_stream_borrow_class_const(stream))</code>
     returns #BT_TRUE.
+    \bt_p{beginning_clock_snapshot_value} ⩽ \bt_p{end_clock_snapshot_value}
 
 @bt_post_success_frozen{stream}
 */
This page took 0.024644 seconds and 4 git commands to generate.