Changeset 263a2389 in mainline for uspace/lib/device/include/hr.h


Ignore:
Timestamp:
2025-06-22T07:26:20Z (5 weeks ago)
Author:
Miroslav Cimerman <mc@…>
Children:
c2d737d
Parents:
81b4c795
Message:

hr: rename volume state ONLINE to OPTIMAL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/device/include/hr.h

    r81b4c795 r263a2389  
    6666typedef enum hr_vol_state {
    6767        HR_VOL_NONE = 0, /* Unknown/None */
    68         HR_VOL_ONLINE, /* optimal */
     68        HR_VOL_OPTIMAL, /* optimal */
    6969        HR_VOL_FAULTY, /* unusable */
    7070        HR_VOL_DEGRADED, /* not optimal */
Note: See TracChangeset for help on using the changeset viewer.