Changeset 234212a in mainline for uspace/srv/bd/hr/var.h
- Timestamp:
- 2025-06-17T13:22:46Z (7 months ago)
- Children:
- f0950d2
- Parents:
- a62079d
- File:
-
- 1 edited
-
uspace/srv/bd/hr/var.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/var.h
ra62079d r234212a 105 105 * allowing non-destructive read-only access 106 106 */ 107 _Atomic bool data_dirty;107 _Atomic bool first_write; 108 108 109 /* XXX: atomic_uint_least64_t? */110 109 _Atomic uint64_t rebuild_blk; /* rebuild position */ 111 110 _Atomic int open_cnt; /* open/close() counter */
Note:
See TracChangeset
for help on using the changeset viewer.
