summaryrefslogtreecommitdiff
path: root/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'event.h')
-rw-r--r--event.h6
1 files changed, 3 insertions, 3 deletions
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