Changeset 5559712 in mainline for uspace/srv/sysman/sysman.h
- Timestamp:
- 2019-08-03T09:28:50Z (6 years ago)
- Children:
- c0e4fc50
- Parents:
- 2dda1d4
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-05-07 11:49:47)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-03 09:28:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/sysman.h
r2dda1d4 r5559712 37 37 38 38 extern void sysman_events_init(void); 39 extern int sysman_events_loop(void *); 40 extern int sysman_queue_job(unit_t *, unit_state_t, callback_handler_t, void *); 39 41 40 extern int sysman_events_loop(void *);41 42 42 43 extern void sysman_raise_event(event_handler_t, void *); 43 44 44 extern int sysman_object_observer(void *, callback_handler_t, void *); 45 45 46 46 47 47 extern void sysman_event_job_process(void *); 48 extern void sysman_event_job_queue_run(void *); 49 extern void sysman_event_job_changed(void *); 48 extern void sysman_event_job_finished(void *); 49 extern void sysman_event_unit_exposee_created(void *); 50 extern void sysman_event_unit_failed(void *); 51 extern void sysman_event_unit_state_changed(void *); 50 52 51 53 #endif
Note:
See TracChangeset
for help on using the changeset viewer.