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


Ignore:
Timestamp:
2025-06-17T13:22:46Z (7 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
f0950d2
Parents:
a62079d
Message:

hr: rename data_dirty to first_write

File:
1 edited

Legend:

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

    ra62079d r234212a  
    105105         * allowing non-destructive read-only access
    106106         */
    107         _Atomic bool data_dirty;
     107        _Atomic bool first_write;
    108108
    109         /* XXX: atomic_uint_least64_t? */
    110109        _Atomic uint64_t rebuild_blk; /* rebuild position */
    111110        _Atomic int open_cnt; /* open/close() counter */
Note: See TracChangeset for help on using the changeset viewer.