Changeset a3486f2 in mainline for uspace/srv/bd/hr/var.h
- Timestamp:
- 2025-06-17T14:17:20Z (6 days ago)
- Children:
- 137f7cf5
- Parents:
- 9d1685b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/var.h
r9d1685b ra3486f2 52 52 struct hr_volume; 53 53 typedef struct hr_volume hr_volume_t; 54 typedef struct hr_stripe hr_stripe_t; 54 55 typedef struct hr_metadata hr_metadata_t; 55 56 typedef struct hr_superblock_ops hr_superblock_ops_t; … … 69 70 service_id_t svc_id; /* service id */ 70 71 71 fibril_mutex_t lock; /* XXX: gone after para */72 72 list_t range_lock_list; /* list of range locks */ 73 73 fibril_mutex_t range_lock_list_lock; /* range locks list lock */ 74 74 75 hr_fpool_t *fge; /* fibril pool */ 75 76
Note:
See TracChangeset
for help on using the changeset viewer.