summaryrefslogtreecommitdiff
path: root/src/tunDevice.h
diff options
context:
space:
mode:
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_;