summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man5/ipc.md
blob: 8dd375343a45620c2c1ac509b79fc7be838d63df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Name

ipc - Inter Process Communication endpoint definition format

## Synopsis

The IPC format of SerenityOS is a domain-specific language (DSL) used to define communication endpoints for IPC.

## Description

These files are human-readable, have no easily detectable filemagic, and define IPC interfaces.
The format is loosely inspired by C++ headers.

## See Also

- [`Meta/Lagom/Tools/CodeGenerators/IPCCompiler/`](../../../../../Meta/Lagom/Tools/CodeGenerators/IPCCompiler/).
- [ipc(4)](help://man/4/ipc) (IPC Unix socket documentation)