Changeset b55f62a in mainline for uspace/srv/sysman/sm_task.c


Ignore:
Timestamp:
2019-08-07T09:29:33Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
918ac9b
Parents:
2df7d824
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-11-02 00:50:02)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-07 09:29:33)
Message:

sysman: Create control utility sysctl

  • can list units and their states (starts to feel like systemctl :-)
  • helluva boilerplate to get some IPC between sysctl and sysman :-/

Conflicts:

boot/Makefile.common
uspace/Makefile

File:
1 edited

Legend:

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

    r2df7d824 rb55f62a  
    8989        sm_task_event_t *tev = data;
    9090
     91        sysman_log(LVL_DEBUG2, "%s, %" PRIu64 " %i",
     92            __func__, tev->task_id, tev->flags);
    9193        unit_svc_t *u_svc = sm_task_find_service(tev->task_id);
    9294        if (u_svc == NULL) {
Note: See TracChangeset for help on using the changeset viewer.