The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

xrt: Add new error return for IPC

authored by

Jakob Bornecrantz and committed by
Ryan Pavlik
8a715ec4 0c685cf7

+4
+4
src/xrt/include/xrt/xrt_results.h
··· 66 66 * which is needed for the given command. 67 67 */ 68 68 XRT_ERROR_IPC_SESSION_NOT_CREATED = -15, 69 + /*! 70 + * The client has already created a session on this IPC connection. 71 + */ 72 + XRT_ERROR_IPC_SESSION_ALREADY_CREATED = -16, 69 73 } xrt_result_t;