Re: [Spice-devel] [vd_agent] udscs: Clarify the udscs_read_callback() documentation

2016-11-08 Thread Jonathon Jongsma
On Tue, 2016-11-08 at 10:49 +0100, Christophe Fergeau wrote: > On Wed, Nov 02, 2016 at 04:27:19PM -0500, Jonathon Jongsma wrote: > > > > On Wed, 2016-11-02 at 16:36 +0100, Francois Gouget wrote: > > > > > > Signed-off-by: Francois Gouget > > > --- > > >  src/udscs.h | 5 +++-- > > >  1 file chang

Re: [Spice-devel] [vd_agent] udscs: Clarify the udscs_read_callback() documentation

2016-11-08 Thread Christophe Fergeau
On Wed, Nov 02, 2016 at 04:27:19PM -0500, Jonathon Jongsma wrote: > On Wed, 2016-11-02 at 16:36 +0100, Francois Gouget wrote: > > Signed-off-by: Francois Gouget > > --- > >  src/udscs.h | 5 +++-- > >  1 file changed, 3 insertions(+), 2 deletions(-) > > > > diff --git a/src/udscs.h b/src/udscs.h >

Re: [Spice-devel] [vd_agent] udscs: Clarify the udscs_read_callback() documentation

2016-11-07 Thread Francois Gouget
On Wed, 2 Nov 2016, Jonathon Jongsma wrote: [...] > >  /* Callbacks with this type will be called when a complete message has been > > - * received. The callback may call udscs_destroy_connection, in which case > > - * *connp must be made NULL (which udscs_destroy_connection takes care of). > > + *

Re: [Spice-devel] [vd_agent] udscs: Clarify the udscs_read_callback() documentation

2016-11-02 Thread Jonathon Jongsma
On Wed, 2016-11-02 at 16:36 +0100, Francois Gouget wrote: > Signed-off-by: Francois Gouget > --- >  src/udscs.h | 5 +++-- >  1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/src/udscs.h b/src/udscs.h > index e13750c..d65630d 100644 > --- a/src/udscs.h > +++ b/src/udscs.h > @@ -39,

[Spice-devel] [vd_agent] udscs: Clarify the udscs_read_callback() documentation

2016-11-02 Thread Francois Gouget
Signed-off-by: Francois Gouget --- src/udscs.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/udscs.h b/src/udscs.h index e13750c..d65630d 100644 --- a/src/udscs.h +++ b/src/udscs.h @@ -39,8 +39,9 @@ struct udscs_message_header { }; /* Callbacks with this type wi