|
@@ -34,6 +34,7 @@ int faux_ev_periodic(faux_ev_t *ev,
|
|
|
int faux_ev_dec_cycles(faux_ev_t *ev, int *new_cycles_num);
|
|
int faux_ev_dec_cycles(faux_ev_t *ev, int *new_cycles_num);
|
|
|
int faux_ev_reschedule(faux_ev_t *ev, const struct timespec *new_time);
|
|
int faux_ev_reschedule(faux_ev_t *ev, const struct timespec *new_time);
|
|
|
int faux_ev_reschedule_interval(faux_ev_t *ev);
|
|
int faux_ev_reschedule_interval(faux_ev_t *ev);
|
|
|
|
|
+int faux_ev_time_left(faux_ev_t *ev, struct timespec *left);
|
|
|
|
|
|
|
|
int faux_ev_id(const faux_ev_t *ev);
|
|
int faux_ev_id(const faux_ev_t *ev);
|
|
|
void *faux_ev_data(const faux_ev_t *ev);
|
|
void *faux_ev_data(const faux_ev_t *ev);
|