… | … | ||
---|---|---|---|
113 | method_poll = poll_poll; | 113 | method_poll = poll_poll; |
114 | 114 | ||
115 | pollidxs = 0; pollidxmax = 0; | 115 | pollidxs = 0; pollidxmax = 0; |
116 | polls = 0; pollmax = 0; pollcnt = 0; | 116 | polls = 0; pollmax = 0; pollcnt = 0; |
117 | 117 | ||
118 | return EVMETHOD_POLL; | 118 | return EVBACKEND_POLL; |
119 | } | 119 | } |
120 | 120 | ||
121 | static void | 121 | static void |
122 | poll_destroy (EV_P) | 122 | poll_destroy (EV_P) |
123 | { | 123 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |