Changeset 241f1985 in mainline for uspace/srv/sysman/sysman.h


Ignore:
Timestamp:
2019-08-31T10:45:17Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
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)
Message:

Correcting failure from previous merge

The commits from Michal Koutný from the branch system-daemon
where built on a old version of Helenos. Because of this
many types and API functions have changed. This commit
upgrades the merge code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/sysman/sysman.h

    rf92b315 r241f1985  
    5151extern void sysman_events_init(void);
    5252extern int sysman_events_loop(void *);
    53 extern int sysman_run_job(unit_t *, unit_state_t, int, callback_handler_t, void *);
     53extern errno_t sysman_run_job(unit_t *, unit_state_t, int, callback_handler_t, void *);
    5454
    5555
    5656extern void sysman_raise_event(event_handler_t, void *);
    5757extern void sysman_process_queue(void);
    58 extern int sysman_object_observer(void *, callback_handler_t, void *);
    59 extern int sysman_move_observers(void *, void *);
     58extern errno_t sysman_object_observer(void *, callback_handler_t, void *);
     59extern errno_t sysman_move_observers(void *, void *);
    6060extern size_t sysman_observers_count(void *);
    6161
Note: See TracChangeset for help on using the changeset viewer.