summaryrefslogtreecommitdiffstats
path: root/ipc/attachment_broker_privileged.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/attachment_broker_privileged.h')
-rw-r--r--ipc/attachment_broker_privileged.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ipc/attachment_broker_privileged.h b/ipc/attachment_broker_privileged.h
index 5520af2..5a55e67 100644
--- a/ipc/attachment_broker_privileged.h
+++ b/ipc/attachment_broker_privileged.h
@@ -71,12 +71,14 @@ class IPC_EXPORT AttachmentBrokerPrivileged : public IPC::AttachmentBroker {
ERROR_MAKE_RECEIVE_PORT = 6,
// Couldn't change the attributes of a Mach port.
ERROR_SET_ATTRIBUTES = 7,
- // Couldn't extract a right.
- ERROR_EXTRACT_RIGHT = 8,
+ // Couldn't extract a right from the destination.
+ ERROR_EXTRACT_DEST_RIGHT = 8,
// Couldn't send a Mach port in a call to mach_msg().
ERROR_SEND_MACH_PORT = 9,
// Couldn't decrease the ref count on a Mach port.
ERROR_DECREASE_REF = 10,
+ // Couldn't extract a right from the source.
+ ERROR_EXTRACT_SOURCE_RIGHT = 11,
ERROR_MAX
};