Changeset bb57a00 in mainline for uspace/srv/bd/rd/rd.c


Ignore:
Timestamp:
2019-08-07T11:17:11Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
4ff66ae
Parents:
4667b5c
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-11-13 01:57:56)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-07 11:17:11)
Message:

sysman: Awareness of boot time tasks as anonymous services

  • sysman calls taskman_dump_events
  • boot time tasks (servers) correctly set their retval

Conflicts:

uspace/srv/ns/ns.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/rd/rd.c

    r4667b5c rbb57a00  
    218218
    219219        printf("%s: Accepting connections\n", NAME);
     220        task_retval(0);
    220221        async_manager();
    221222
Note: See TracChangeset for help on using the changeset viewer.