mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-06 07:06:10 +00:00
5 lines
268 B
Markdown
5 lines
268 B
Markdown
|
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.
|