Changeset b55f62a in mainline for uspace/srv/sysman/configuration.h


Ignore:
Timestamp:
2019-08-07T09:29:33Z (6 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/configuration.h

    r2df7d824 rb55f62a  
    3131
    3232#include <adt/list.h>
     33#include <ipc/sysman.h>
    3334
    3435#include "unit.h"
     
    4950
    5051extern unit_t *configuration_find_unit_by_name(const char *);
     52extern unit_t *configuration_find_unit_by_handle(unit_handle_t);
    5153
    5254
Note: See TracChangeset for help on using the changeset viewer.