diff options
Diffstat (limited to 'src/tunDevice.h')
-rw-r--r-- | src/tunDevice.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tunDevice.h b/src/tunDevice.h index d680662..85f6a35 100644 --- a/src/tunDevice.h +++ b/src/tunDevice.h @@ -82,6 +82,9 @@ private: #ifndef _MSC_VER int fd_; #else + bool getAdapter(std::string const& dev_name); + DWORD performIoControl(DWORD controlCode, LPVOID inBuffer, DWORD inBufferSize, + LPVOID outBuffer, DWORD outBufferSize); HANDLE handle_; OVERLAPPED roverlapped_, woverlapped_; #endif |