aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/mksyscall.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-02-25 18:47:03 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-02-28 08:05:02 +0100
commitab3263502a3eb2ba008e7aab61709cb11c8aac1e (patch)
tree2184c0d2782f81ace9b2e78e4bbc554a534fc393 /service/mksyscall.go
parentconf: introduce configuration management (diff)
downloadwireguard-windows-ab3263502a3eb2ba008e7aab61709cb11c8aac1e.tar.xz
wireguard-windows-ab3263502a3eb2ba008e7aab61709cb11c8aac1e.zip
service: introduce base of services
Diffstat (limited to '')
-rw-r--r--service/mksyscall.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/service/mksyscall.go b/service/mksyscall.go
new file mode 100644
index 00000000..f80b9d1a
--- /dev/null
+++ b/service/mksyscall.go
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: MIT
+ *
+ * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ */
+
+package service
+
+//go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output zsyscall_windows.go service_manager.go ipc_server.go ipc_event.go