Changeset ed5367b in mainline for uspace/lib/sysman/include


Ignore:
Timestamp:
2019-08-07T10:01:13Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
a097c50
Parents:
68ae40a
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-11-05 01:52:07)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-07 10:01:13)
Message:

sysman: Implement stopping units

Currently fails service monitoring because of taskman flawed event flags.
However, job closure works well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/sysman/include/sysman/ctl.h

    r68ae40a red5367b  
    3333#include <sysman/unit.h>
    3434
     35int sysman_unit_handle(const char *, unit_handle_t *);
     36
    3537int sysman_unit_start(const char *, int);
     38int sysman_unit_stop(unit_handle_t, int);
    3639
    3740int sysman_get_units(unit_handle_t **, size_t *);
Note: See TracChangeset for help on using the changeset viewer.