aboutsummaryrefslogtreecommitdiffstats
path: root/api/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/session.h')
-rw-r--r--api/session.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/api/session.h b/api/session.h
index 735b927..6813ef3 100644
--- a/api/session.h
+++ b/api/session.h
@@ -17,8 +17,7 @@ WINTUN_STATUS WINAPI
WintunStartSession(
_In_ const WINTUN_ADAPTER *Adapter,
_In_ DWORD Capacity,
- _Out_ TUN_SESSION **Session,
- _Out_ HANDLE *ReadWait);
+ _Out_ TUN_SESSION **Session);
/**
* @copydoc WINTUN_END_SESSION_FUNC
@@ -27,6 +26,12 @@ void WINAPI
WintunEndSession(_In_ TUN_SESSION *Session);
/**
+ * @copydoc WINTUN_GET_READ_WAIT_EVENT_FUNC
+ */
+HANDLE WINAPI
+WintunGetReadWaitEvent(_In_ TUN_SESSION *Session);
+
+/**
* @copydoc WINTUN_RECEIVE_PACKET_FUNC
*/
WINTUN_STATUS WINAPI