… | … | ||
---|---|---|---|
119 | int event_base_dispatch (struct event_base *base); | 119 | int event_base_dispatch (struct event_base *base); |
120 | int event_base_once (struct event_base *base, int fd, short events, void (*cb)(int, short, void *), void *arg, struct timeval *tv); | 120 | int event_base_once (struct event_base *base, int fd, short events, void (*cb)(int, short, void *), void *arg, struct timeval *tv); |
121 | int event_base_priority_init (struct event_base *base, int fd); | 121 | int event_base_priority_init (struct event_base *base, int fd); |
122 | 122 | ||
123 | #ifndef EV_STANDALONE | 123 | #ifndef EV_STANDALONE |
124 | # include "event_compat.h" | 124 | # include <event_compat.h> |
125 | #endif | 125 | #endif |
126 | 126 | ||
127 | #ifdef __cplusplus | 127 | #ifdef __cplusplus |
128 | } | 128 | } |
129 | #endif | 129 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |