mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
xrt: Add new IPC session not created error
This commit is contained in:
parent
5105148c45
commit
576ff7d252
|
@ -61,4 +61,9 @@ typedef enum xrt_result
|
|||
* Failed to initialize threading components.
|
||||
*/
|
||||
XRT_ERROR_THREADING_INIT_FAILURE = -14,
|
||||
/*!
|
||||
* The client has not created a session on this IPC connection,
|
||||
* which is needed for the given command.
|
||||
*/
|
||||
XRT_ERROR_IPC_SESSION_NOT_CREATED = -15,
|
||||
} xrt_result_t;
|
||||
|
|
Loading…
Reference in a new issue