Changeset 8d74fdd in mainline for uspace/lib/c/include/ipc/sysman.h


Ignore:
Timestamp:
2019-08-17T13:57:05Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
f92b315
Parents:
be07995
git-author:
Michal Koutný <xm.koutny+hos@…> (2016-01-27 00:01:13)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-17 13:57:05)
Message:

sysman: Shutdown operation as shutdown.tgt isolation

Since not all dependencies are captured by graph, sysman and taskman are
ignored when stopping servers, so that they can complete the shutdown
transition.

Conflicts:

boot/Makefile.common

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/sysman.h

    rbe07995 r8d74fdd  
    5050        SYSMAN_CTL_GET_UNITS,
    5151        SYSMAN_CTL_UNIT_GET_NAME,
    52         SYSMAN_CTL_UNIT_GET_STATE
     52        SYSMAN_CTL_UNIT_GET_STATE,
     53        SYSMAN_CTL_SHUTDOWN
    5354} sysman_ipc_method_t;
    5455
Note: See TracChangeset for help on using the changeset viewer.