Changeset 79b77ce in mainline for uspace/lib/fmgt/include


Ignore:
Timestamp:
2025-12-17T00:00:01Z (3 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
81805e0
Parents:
2309891
Message:

Allow retrying failed file/dir creation and file open.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/fmgt/include/types/fmgt.h

    r2309891 r79b77ce  
    6565        fmgt_io_read,
    6666        /** Write */
    67         fmgt_io_write
     67        fmgt_io_write,
     68        /** Open */
     69        fmgt_io_open,
     70        /** Create */
     71        fmgt_io_create
    6872} fmgt_io_op_type_t;
    6973
Note: See TracChangeset for help on using the changeset viewer.