Changeset 4224ef7 in mainline for uspace/lib/sysman/src/ctl.c
- Timestamp:
- 2019-08-06T18:18:37Z (6 years ago)
- Children:
- e55741e
- Parents:
- dd5c623
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-05-11 16:50:40)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-06 18:18:37)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/sysman/src/ctl.c
rdd5c623 r4224ef7 33 33 #include <sysman/sysman.h> 34 34 35 /* 36 * TODO 37 * Non-blocking favor of this API is effectively incomplete as it doesn't 38 * provide means how to obtain result of the start operation. 39 * Probably devise individual API for brokers that could exploit the fact that 40 * broker knows when appropriate exposee is created and the request succeeded. 41 * Still though, it's necessary to centralize timeout into sysman. 42 */ 35 43 int sysman_unit_start(const char *unit_name, int flags) 36 44 {
Note:
See TracChangeset
for help on using the changeset viewer.