Changeset e0695ce in mainline for uspace/srv/bd/hr/var.h


Ignore:
Timestamp:
2025-06-23T16:50:43Z (9 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
6a8c1569
Parents:
f18e36e
git-author:
Miroslav Cimerman <mc@…> (2025-06-23 16:47:52)
git-committer:
Miroslav Cimerman <mc@…> (2025-06-23 16:50:43)
Message:

hr: save REBUILD position

File:
1 edited

Legend:

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

    rf18e36e re0695ce  
    4949#define NAME "hr"
    5050#define HR_STRIP_SIZE DATA_XFER_LIMIT
     51
     52/*
     53 * During a rebuild operation, we save the rebuild
     54 * position this each many bytes. Currently each
     55 * 10 MiB.
     56 */
     57#define HR_REBUILD_SAVE_BYTES (10U * 1024 * 1024)
    5158
    5259struct hr_volume;
Note: See TracChangeset for help on using the changeset viewer.