Changeset 680e8c8 in mainline
- Timestamp:
- 2024-09-05T19:55:41Z (8 months ago)
- Children:
- 68e357e
- Parents:
- a8b2d9e7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/hr.c
ra8b2d9e7 r680e8c8 90 90 hr_config->dev_no = size / sizeof(service_id_t); 91 91 92 fibril_mutex_initialize(&big_lock);93 94 92 hr_volume_t *new_volume = calloc(1, sizeof(hr_volume_t)); 95 93 if (new_volume == NULL) { … … 206 204 } 207 205 206 fibril_mutex_initialize(&big_lock); 207 208 208 fibril_mutex_initialize(&hr_volumes_lock); 209 209 list_initialize(&hr_volumes);
Note:
See TracChangeset
for help on using the changeset viewer.