Changeset 4ff66ae in mainline for uspace/srv/sysman/main.c


Ignore:
Timestamp:
2019-08-07T11:18:35Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
87a31ef2
Parents:
bb57a00
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-11-13 03:13:03)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-07 11:18:35)
Message:

taskman: Bind events dump to register handler

  • So that no events are processed twice or omitted.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/sysman/main.c

    rbb57a00 r4ff66ae  
    215215        sysman_events_init();
    216216        job_queue_init();
    217         sm_task_init();
    218217
    219218        /*
     
    246245        }
    247246
    248         /* We're almost ready, scan for boot time tasks */
    249         rc = taskman_dump_events();
     247        /* Start listening task events and scan boot time tasks */
     248        rc = sm_task_start();
    250249        if (rc != EOK) {
    251250                sysman_log(LVL_FATAL,
Note: See TracChangeset for help on using the changeset viewer.