namespaceapi: initial version
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
14df9c3e75
commit
a12b765784
3 changed files with 207 additions and 0 deletions
8
tun/wintun/namespaceapi/mksyscall.go
Normal file
8
tun/wintun/namespaceapi/mksyscall.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/* SPDX-License-Identifier: MIT
|
||||
*
|
||||
* Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
|
||||
*/
|
||||
|
||||
package namespaceapi
|
||||
|
||||
//go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output zsyscall_windows.go namespaceapi_windows.go
|
||||
Loading…
Add table
Add a link
Reference in a new issue