mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
doc: document !2053
Co-authored-by: Jakob Bornecrantz <jakob@collabora.com>
This commit is contained in:
parent
9070894455
commit
920949ecae
|
@ -1,4 +1,8 @@
|
|||
---
|
||||
- mr.2009
|
||||
- mr.2053
|
||||
---
|
||||
|
||||
all: Add ability to do more complex IPC communication by introducing VLA
|
||||
functions. These lets us do the marshalling to some extent oursevles, useful
|
||||
for sending a non-fixed amount of data. Currently only supports non-fixed sized
|
||||
messages coming back from the server.
|
||||
for sending a non-fixed amount of data. This support is bi-directional.
|
||||
|
|
1
doc/changes/ipc/mr.2053.1.md
Normal file
1
doc/changes/ipc/mr.2053.1.md
Normal file
|
@ -0,0 +1 @@
|
|||
shared: Add ipc_command_size function to the protocol generation.
|
1
doc/changes/ipc/mr.2053.2.md
Normal file
1
doc/changes/ipc/mr.2053.2.md
Normal file
|
@ -0,0 +1 @@
|
|||
server: Read the exact command size in the client loop on Linux.
|
Loading…
Reference in a new issue