diff options
author | 2021-10-11 23:21:31 -0600 | |
---|---|---|
committer | 2021-10-12 18:54:20 +0000 | |
commit | 544fdaaf8fb970d9657a59c1fc4c4569de4f2d3e (patch) | |
tree | 715e49e1f325bf7795face50ff84936b05ab86e2 /api/namespace.h | |
parent | proj: remove SDV and DVL support (diff) | |
download | wintun-544fdaa.tar.xz wintun-544fdaa.zip |
api: rewrite based on SwDevice
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'api/namespace.h')
-rw-r--r-- | api/namespace.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/namespace.h b/api/namespace.h index cbd9100..a0397be 100644 --- a/api/namespace.h +++ b/api/namespace.h @@ -12,14 +12,14 @@ _Return_type_success_(return != NULL) _Post_maybenull_ _Acquires_lock_(_Curr_) HANDLE -NamespaceTakePoolMutex(_In_z_ LPCWSTR Pool); +NamespaceTakeDriverInstallationMutex(VOID); _Must_inspect_result_ _Return_type_success_(return != NULL) _Post_maybenull_ _Acquires_lock_(_Curr_) HANDLE -NamespaceTakeDriverInstallationMutex(VOID); +NamespaceTakeDeviceInstallationMutex(VOID); _Releases_lock_(Mutex) VOID |