Changeset 095a989 in mainline for uspace/app


Ignore:
Timestamp:
2024-09-05T22:34:53Z (19 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
ee83e9c
Parents:
e192339
git-author:
Miroslav Cimerman <mc@…> (2024-09-05 22:31:28)
git-committer:
Miroslav Cimerman <mc@…> (2024-09-05 22:34:53)
Message:

hr: add status printing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/hrctl/hrctl.c

    re192339 r095a989  
    231231                        return 0;
    232232                case 's':
    233                         printf("hrctl: status not implemented yet\n");
    234                         return 1;
     233                        rc = hr_print_status();
     234                        if (rc != EOK)
     235                                return 1;
     236                        return 0;
    235237                case 'a':
    236238                        if (str_size(optarg) > 31) {
Note: See TracChangeset for help on using the changeset viewer.