diff options
Diffstat (limited to 'lib/event.c')
| -rw-r--r-- | lib/event.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/event.c b/lib/event.c index 5aea78186c..12b40e1121 100644 --- a/lib/event.c +++ b/lib/event.c @@ -2058,9 +2058,9 @@ void event_call(struct event *thread) } /* Execute thread */ -void _thread_execute(const struct xref_threadsched *xref, - struct thread_master *m, void (*func)(struct event *), - void *arg, int val) +void _event_execute(const struct xref_threadsched *xref, + struct thread_master *m, void (*func)(struct event *), + void *arg, int val) { struct event *thread; |
