Changeset bb57a00 in mainline for uspace/srv/ns/ns.c


Ignore:
Timestamp:
2019-08-07T11:17:11Z (6 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/ns/ns.c

    r4667b5c rbb57a00  
    130130
    131131        printf("%s: Accepting connections\n", NAME);
     132        // TODO enable NS to use task_retval(0)
    132133        async_manager();
    133134
Note: See TracChangeset for help on using the changeset viewer.