patch superseded by mike

pull/237/head
Rick V 5 years ago
parent e083bb0e22
commit 1a56265f69
No known key found for this signature in database
GPG Key ID: C0EDC8723FDC3465

@ -25,15 +25,15 @@ struct asio_evt_pkt
};
struct win32_tun_io;
extern "C" DWORD FAR PASCAL
tun_ev_loop(void* unused);
// list of TUN listeners (useful for exits or other nodes with multiple TUNs)
std::list< win32_tun_io* > tun_listeners;
// a single event queue for the TUN interface
HANDLE tun_event_queue =
INVALID_HANDLE_VALUE; // we pass this to the event loop thread procedure
// upon setup
HANDLE tun_event_queue = INVALID_HANDLE_VALUE;
// we hand the kernel our thread handles to process completion events
HANDLE* kThreadPool;

Loading…
Cancel
Save