Changeset c3db721 in mainline for uspace/lib/fmgt/include


Ignore:
Timestamp:
2025-10-10T20:35:05Z (4 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
c1383cd
Parents:
0cf3d5f
Message:

Allow aborting file management operation.

File:
1 edited

Legend:

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

    r0cf3d5f rc3db721  
    4040#include <capa.h>
    4141#include <fibril_synch.h>
     42#include <stdbool.h>
    4243
    4344/** File management progress update */
     
    5354/** File management callbacks */
    5455typedef struct {
     56        bool (*abort_query)(void *);
    5557        void (*progress)(void *, fmgt_progress_t *);
    5658} fmgt_cb_t;
Note: See TracChangeset for help on using the changeset viewer.