From f5c4eed3978b57c82edacd0bb0724e6e6e089260 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 19 Jan 2009 23:41:33 +0000 Subject: moved overlapped structs to class members (CreateEvent only once) --- src/tunDevice.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tunDevice.h') diff --git a/src/tunDevice.h b/src/tunDevice.h index 7fb1355..a5e0a09 100644 --- a/src/tunDevice.h +++ b/src/tunDevice.h @@ -82,6 +82,7 @@ private: int fd_; #else HANDLE handle_; + OVERLAPPED roverlapped_, woverlapped_; #endif DeviceConfig conf_; -- cgit v1.2.3