summaryrefslogtreecommitdiff
path: root/src/tunDevice.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-01-19 23:41:33 +0000
committerChristian Pointner <equinox@anytun.org>2009-01-19 23:41:33 +0000
commitf5c4eed3978b57c82edacd0bb0724e6e6e089260 (patch)
tree6dd5693a614b038b2a656dee7ba7ccd9e8bb572b /src/tunDevice.h
parentfixed silly bug at new tundevice (diff)
moved overlapped structs to class members (CreateEvent only once)
Diffstat (limited to 'src/tunDevice.h')
-rw-r--r--src/tunDevice.h1
1 files changed, 1 insertions, 0 deletions
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_;