|
Monado OpenXR Runtime
|
Interface for IPC server code. More...

Go to the source code of this file.
Data Structures | |
| struct | ipc_server_main_info |
| Information passed into the IPC server main function, used for customization of the IPC server. More... | |
| struct | ipc_server_callbacks |
Functions | |
| int | ipc_server_main_common (const struct ipc_server_main_info *ismi, const struct ipc_server_callbacks *iscb, void *data) |
| Common main function for starting the IPC service. More... | |
| int | ipc_server_main (int argc, char **argv, const struct ipc_server_main_info *ismi) |
| Main entrypoint to the compositor process. More... | |
Interface for IPC server code.