codegen: Document "chunk" attribute

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
Frediano Ziglio 2019-10-10 12:37:55 +01:00
parent d4248885e8
commit 99f6aa0028

View File

@ -60,6 +60,9 @@ valid_attributes=set([
'outvar',
# C structure has an anonymous member (used in switch)
'anon',
# the C structure contains a pointer to a SpiceChunks structure.
# The SpiceChunks structure is allocated inside the demarshalled
# buffer and data will point to original message.
'chunk',
# this channel is contained in an #ifdef section
# the argument specifies the preprocessor define to check