The open source OpenXR runtime
0
fork

Configure Feed

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

ipc: Print on system property get failure

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2626>

authored by

Jakob Bornecrantz and committed by
Marge Bot
ff04e8a4 6630647a

+3
+3
src/xrt/ipc/client/ipc_client_system.c
··· 1 1 // Copyright 2020-2023, Collabora, Ltd. 2 + // Copyright 2025, NVIDIA CORPORATION. 2 3 // SPDX-License-Identifier: BSL-1.0 3 4 /*! 4 5 * @file ··· 135 136 ipc_client_system_create(struct ipc_connection *ipc_c, struct xrt_system_compositor *xsysc) 136 137 { 137 138 struct ipc_client_system *icsys = U_TYPED_CALLOC(struct ipc_client_system); 139 + 138 140 xrt_result_t xret = ipc_call_system_get_properties(ipc_c, &icsys->base.properties); 141 + IPC_CHK_ONLY_PRINT(ipc_c, xret, "ipc_call_system_get_properties"); 139 142 if (xret != XRT_SUCCESS) { 140 143 free(icsys); 141 144 return NULL;