red-channel: Small comment on "core" field

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
Frediano Ziglio 2019-03-20 20:49:36 +00:00
parent 62bc14d81d
commit 70612bf297

View File

@ -70,6 +70,9 @@ struct RedChannelPrivate
uint32_t type;
uint32_t id;
/* "core" interface to register events.
* Can be thread specific.
*/
SpiceCoreInterfaceInternal *core;
gboolean handle_acks;