Re: [Spice-devel] [PATCH spice-server] red-channel: Small comment on "core" field

2019-03-29 Thread Christophe Fergeau

For the series,

Acked-by: Christophe Fergeau 

On Fri, Mar 29, 2019 at 12:29:58PM +, Frediano Ziglio wrote:
> Signed-off-by: Frediano Ziglio 
> ---
>  server/red-channel.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/server/red-channel.c b/server/red-channel.c
> index 121c7e475..4015c12df 100644
> --- a/server/red-channel.c
> +++ b/server/red-channel.c
> @@ -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;
>  
> -- 
> 2.20.1
> 
> ___
> Spice-devel mailing list
> Spice-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel


signature.asc
Description: PGP signature
___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel

[Spice-devel] [PATCH spice-server] red-channel: Small comment on "core" field

2019-03-29 Thread Frediano Ziglio
Signed-off-by: Frediano Ziglio 
---
 server/red-channel.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/server/red-channel.c b/server/red-channel.c
index 121c7e475..4015c12df 100644
--- a/server/red-channel.c
+++ b/server/red-channel.c
@@ -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;
 
-- 
2.20.1

___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel