Changeset 417cc85 in mainline for uspace/lib/fmgt/src/copy.c


Ignore:
Timestamp:
2026-04-13T17:12:22Z (11 days ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, topic/fix-logger-deadlock
Children:
5df2570
Parents:
922427a8
Message:

Add missing timer starts and stops.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/fmgt/src/copy.c

    r922427a8 r417cc85  
    171171        fmgt_initial_progress_update(fmgt);
    172172        rc = fmgt_walk(&params);
     173        fmgt_timer_stop(fmgt);
    173174        fmgt_final_progress_update(fmgt);
    174175        return rc;
Note: See TracChangeset for help on using the changeset viewer.