mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
xrt: Add new error return for IPC
This commit is contained in:
parent
0c685cf7ba
commit
8a715ec41c
|
@ -66,4 +66,8 @@ typedef enum xrt_result
|
|||
* which is needed for the given command.
|
||||
*/
|
||||
XRT_ERROR_IPC_SESSION_NOT_CREATED = -15,
|
||||
/*!
|
||||
* The client has already created a session on this IPC connection.
|
||||
*/
|
||||
XRT_ERROR_IPC_SESSION_ALREADY_CREATED = -16,
|
||||
} xrt_result_t;
|
||||
|
|
Loading…
Reference in a new issue