Changeset 0277ec2 in mainline for uspace/srv/bd/hr/util.c
- Timestamp:
- 2025-04-01T08:51:52Z (4 months ago)
- Children:
- 4200735
- Parents:
- a5ec426
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/util.c
ra5ec426 r0277ec2 773 773 774 774 list_foreach(*list, link, struct svc_id_linked, iter) { 775 hr_metadata_dump(iter->md);775 /* hr_metadata_dump(iter->md); */ 776 776 if (iter->md->counter >= max_counter_val) { 777 777 max_counter_val = iter->md->counter;
Note:
See TracChangeset
for help on using the changeset viewer.