Changeset 800d188 in mainline for uspace/srv/bd/hr/io.h


Ignore:
Timestamp:
2025-04-15T07:00:31Z (2 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
29e7cc7
Parents:
ca7fa5b
git-author:
Miroslav Cimerman <mc@…> (2025-04-15 06:55:25)
git-committer:
Miroslav Cimerman <mc@…> (2025-04-15 07:00:31)
Message:

hr: metadata saving on stop

New bool argument for hr_metadata_save() to indicate if
we want callback too (on array stop we don't, so we won't
init a rebuild).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/hr/io.h

    rca7fa5b r800d188  
    4747        const void      *data_write;
    4848        hr_volume_t     *vol;
    49         void            (*state_callback)(hr_volume_t *, size_t, errno_t);
    5049} hr_io_t;
    5150
    5251errno_t hr_io_worker(void *);
     52errno_t hr_io_worker_basic(void *);
    5353
    5454#endif
Note: See TracChangeset for help on using the changeset viewer.