Changeset 241f1985 in mainline for uspace/srv/sysman/sysman.h
- Timestamp:
- 2019-08-31T10:45:17Z (6 years ago)
- Children:
- 102f641
- Parents:
- f92b315
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-23 22:04:34)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-31 10:45:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/sysman.h
rf92b315 r241f1985 51 51 extern void sysman_events_init(void); 52 52 extern int sysman_events_loop(void *); 53 extern int sysman_run_job(unit_t *, unit_state_t, int, callback_handler_t, void *);53 extern errno_t sysman_run_job(unit_t *, unit_state_t, int, callback_handler_t, void *); 54 54 55 55 56 56 extern void sysman_raise_event(event_handler_t, void *); 57 57 extern void sysman_process_queue(void); 58 extern int sysman_object_observer(void *, callback_handler_t, void *);59 extern int sysman_move_observers(void *, void *);58 extern errno_t sysman_object_observer(void *, callback_handler_t, void *); 59 extern errno_t sysman_move_observers(void *, void *); 60 60 extern size_t sysman_observers_count(void *); 61 61
Note:
See TracChangeset
for help on using the changeset viewer.