From 21a8005ed8bca9fa14b682316a9d1f9522692a70 Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Sat, 18 Jan 2014 01:02:28 +0100 Subject: [PATCH] kdbus.h: document two new possible error values --- kdbus.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kdbus.h b/kdbus.h index fe0bb48..c0a5391 100644 --- a/kdbus.h +++ b/kdbus.h @@ -888,9 +888,14 @@ enum kdbus_ioctl_type { * receiver's pool does not represent a queued message. * @EPERM: The policy prevented an operation. The requested * resource is owned by another entity. + * @EPIPE: When sending a message, a synchronous reply from the + * receiving connection was expected but the connection + * died before answering. * @ESHUTDOWN: A namespace or endpoint is currently shutting down; * no further operations will be possible. * @ESRCH: A requested well-known bus name is not found. + * @ETIMEDOUT: A synchronous wait for a message reply did not arrive + * within the specified time frame. * @ETXTBSY: A kdbus memfd file cannot be sealed or the seal removed, * because it is shared with other processes or still * mmap()ed. -- 2.34.1