mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-12 01:45:25 +00:00
7c8a8a3f87
This enables out of process compositing.
40 lines
607 B
C
40 lines
607 B
C
// Copyright 2020, Collabora, Ltd.
|
|
// SPDX-License-Identifier: BSL-1.0
|
|
/*!
|
|
* @file
|
|
* @brief IPC documentation.
|
|
* @author Jakob Bornecrantz <jakob@collabora.com>
|
|
* @ingroup ipc
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
|
|
/*!
|
|
* @defgroup ipc Inter-Process Communication
|
|
* @ingroup xrt
|
|
*
|
|
* @brief Inter-Process Communication layer for Monado.
|
|
*/
|
|
|
|
/*!
|
|
* @defgroup ipc_client Client IPC
|
|
* @ingroup ipc
|
|
*
|
|
* @brief Client side IPC code.
|
|
*/
|
|
|
|
/*!
|
|
* @defgroup ipc_server Server IPC
|
|
* @ingroup ipc
|
|
*
|
|
* @brief Server side IPC code.
|
|
*/
|
|
|
|
/*!
|
|
* @dir xrt/ipc
|
|
* @ingroup xrt
|
|
*
|
|
* @brief Inter-Process Communication layer
|
|
*/
|