mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2025-04-18 06:56:54 +02:00
ipc: add missing Windows errno
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
cecb41515d
commit
a29767dda6
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ const (
|
|||
IpcErrorProtocol = -int64(71)
|
||||
IpcErrorInvalid = -int64(22)
|
||||
IpcErrorPortInUse = -int64(98)
|
||||
IpcErrorUnknown = -int64(55)
|
||||
)
|
||||
|
||||
type UAPIListener struct {
|
||||
|
|
Loading…
Add table
Reference in a new issue