Skip to content

marshallers: Avoid some useless pointers in SpiceMarshallerData

"buffers" and "marshallers" are always pointing to the static buffers inside the same structure. Use single array fields to avoid having initialize and have them.

Signed-off-by: Frediano Ziglio fziglio@redhat.com

Merge request reports