mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-10 21:10:06 -04:00
Fix one IOCP-callback signature I missed
svn:r1495
This commit is contained in:
parent
0fd0255fa4
commit
fcc7668c00
@ -56,7 +56,7 @@ struct dummy_overlapped {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static void
|
static void
|
||||||
dummy_cb(struct event_overlapped *o, uintptr_t key, ev_ssize_t n)
|
dummy_cb(struct event_overlapped *o, uintptr_t key, ev_ssize_t n, int ok)
|
||||||
{
|
{
|
||||||
struct dummy_overlapped *d_o =
|
struct dummy_overlapped *d_o =
|
||||||
EVUTIL_UPCAST(o, struct dummy_overlapped, eo);
|
EVUTIL_UPCAST(o, struct dummy_overlapped, eo);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user