Clock snapshot API: use status
[babeltrace.git] / lib / trace-ir / stream-class.c
index 9b3dd621293df3faba890837018759434fa41ef7..f8dd5999ee9a059c8659fd151eaeab2dfcc1f10a 100644 (file)
@@ -597,7 +597,7 @@ void bt_stream_class_set_packets_have_default_end_clock_snapshot(
 bt_bool bt_stream_class_default_clock_is_always_known(
                const struct bt_stream_class *stream_class)
 {
-       /* BT_CLOCK_SNAPSHOT_STATUS_UNKNOWN is not supported as of 2.0 */
+       /* BT_CLOCK_SNAPSHOT_STATE_UNKNOWN is not supported as of 2.0 */
        return BT_TRUE;
 }
 
This page took 0.026165 seconds and 4 git commands to generate.