Changeset bb4d0b5 in mainline for uspace/app/nav/types
- Timestamp:
- 2025-10-18T19:29:40Z (3 months ago)
- Branches:
- master
- Children:
- 3e41cc4
- Parents:
- 856a7b49
- Location:
- uspace/app/nav/types
- Files:
-
- 1 added
- 1 edited
-
dlg/ioerrdlg.h (added)
-
nav.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/nav/types/nav.h
r856a7b49 rbb4d0b5 38 38 39 39 #include <fibril.h> 40 #include <fmgt.h> 40 41 #include <stdbool.h> 41 42 #include <ui/fixed.h> … … 65 66 /** Abort current file management operation */ 66 67 bool abort_op; 68 69 /** @c true if user selected I/O error recovery action */ 70 bool io_err_act_sel; 71 /** Selected I/O error recovery action */ 72 fmgt_error_action_t io_err_act; 73 /** Signalled when user selects I/O error recovery action */ 74 fibril_condvar_t io_err_act_cv; 75 /** Synchronizes access to I/O error recovery action */ 76 fibril_mutex_t io_err_act_lock; 67 77 } navigator_t; 68 78
Note:
See TracChangeset
for help on using the changeset viewer.
