diff options
author | Frediano Ziglio <fziglio@redhat.com> | 2019-10-10 12:37:55 +0100 |
---|---|---|
committer | Frediano Ziglio <fziglio@redhat.com> | 2019-10-10 13:01:33 +0100 |
commit | 99f6aa0028327a4cf0e4e3443d136f9b488760dd (patch) | |
tree | 0ff5d9a76ecda83b94bb61cdbd8f7c52baa67fe6 /python_modules | |
parent | d4248885e83d20180b965070383584977e46d682 (diff) |
codegen: Document "chunk" attribute
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Victor Toso <victortoso@redhat.com>
Diffstat (limited to 'python_modules')
-rw-r--r-- | python_modules/ptypes.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python_modules/ptypes.py b/python_modules/ptypes.py index 796a436..5aa6e18 100644 --- a/python_modules/ptypes.py +++ b/python_modules/ptypes.py @@ -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 |