lib: msg. iter. inactivity message has a simple CS, not a default CS
[babeltrace.git] / src / plugins / text / details / write.c
index b98efb78c4d55e0afb42816ff719feecfccd7553..6d555a5f1b488c50bcdcdc9cf15fbe1c1e69555e 100644 (file)
@@ -2512,7 +2512,7 @@ int write_message_iterator_inactivity_message(struct details_write_ctx *ctx,
 {
        int ret = 0;
        const bt_clock_snapshot *cs =
-               bt_message_message_iterator_inactivity_borrow_default_clock_snapshot_const(
+               bt_message_message_iterator_inactivity_borrow_clock_snapshot_const(
                        msg);
 
        /* Write time */
This page took 0.023428 seconds and 4 git commands to generate.