xrt: Add new IPC session not created error

This commit is contained in:
Jakob Bornecrantz 2021-04-16 14:45:05 +01:00 committed by Jakob Bornecrantz
parent 5105148c45
commit 576ff7d252

View file

@ -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;