Changeset dfa2313 in mainline for uspace/srv/bd/hr/hr.c
- Timestamp:
- 2024-11-15T21:21:29Z (8 months ago)
- Children:
- d199a6f
- Parents:
- 64eba57
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/hr.c
r64eba57 rdfa2313 312 312 list_foreach(hr_volumes, lvolumes, hr_volume_t, vol) { 313 313 memcpy(info.extents, vol->extents, 314 sizeof(hr_extent_t) * HR_MAX DEVS);314 sizeof(hr_extent_t) * HR_MAX_EXTENTS); 315 315 info.svc_id = vol->svc_id; 316 316 info.extent_no = vol->dev_no;
Note:
See TracChangeset
for help on using the changeset viewer.