monado/doc/changes/ipc/mr.2009.1.md

5 lines
268 B
Markdown
Raw Normal View History

2023-11-02 12:39:13 +00:00
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.