X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/d41579a0646e8afb2d9f3923b93efae744e77cdd..dbf50c389aa715408820f52caa1c898ed1663bc3:/event.h diff --git a/event.h b/event.h index 731002f..220421c 100644 --- a/event.h +++ b/event.h @@ -44,12 +44,12 @@ struct event struct ev_signal sig; struct event_base *ev_base; - int ev_fd; - short ev_events; - int ev_pri; void (*ev_callback)(int, short, void *arg); void *ev_arg; + int ev_fd; + int ev_pri; int ev_res; + short ev_events; }; #define EV_PERSIST 0x10