Changeset dba056b in mainline for uspace/srv/sysman/units/unit_svc.c


Ignore:
Timestamp:
2019-08-06T19:23:56Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
c6d87c10
Parents:
3f05ef7
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-06-20 01:04:31)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-06 19:23:56)
Message:

sysman: Using exposees to detect asynchronous start

  • also fixed bug with reference counting of merged jobs
  • add test for the faulty behavior
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/sysman/units/unit_svc.c

    r3f05ef7 rdba056b  
    100100         * in a moment. Applies to naming service only.
    101101         */
    102         // TODO this is even hack in the workaround, exposees doesn't work properly
    103         if (true || str_cmp(unit->name, "devman.svc") == 0 ||
     102        if (str_cmp(unit->name, "devman.svc") == 0 ||
    104103            str_cmp(unit->name, "logger.svc") == 0 ||
    105104            str_cmp(unit->name, "irc.svc") == 0) {
Note: See TracChangeset for help on using the changeset viewer.