From 674a4675a10ea7eb83fad2eada5bf7211c7575f3 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Mon, 25 Jan 2021 09:21:51 -0800 Subject: device: introduce new IPC error message for unknown error Signed-off-by: Josh Bleecher Snyder --- ipc/uapi_unix.go | 1 + 1 file changed, 1 insertion(+) (limited to 'ipc') diff --git a/ipc/uapi_unix.go b/ipc/uapi_unix.go index 510ab31..9074fd9 100644 --- a/ipc/uapi_unix.go +++ b/ipc/uapi_unix.go @@ -21,6 +21,7 @@ const ( IpcErrorProtocol = -int64(unix.EPROTO) IpcErrorInvalid = -int64(unix.EINVAL) IpcErrorPortInUse = -int64(unix.EADDRINUSE) + IpcErrorUnknown = -55 // ENOANO ) // socketDirectory is variable because it is modified by a linker -- cgit v1.2.3