[Spice-devel] [PATCH 2/2] channel: add option tcp keepalive timeout to channels
Christophe Fergeau
cfergeau at redhat.com
Tue Jan 12 06:23:02 PST 2016
On Tue, Dec 08, 2015 at 06:52:08PM +0100, Christophe Fergeau wrote:
> On Tue, Dec 01, 2015 at 01:46:30PM +0900, Sunny Shin wrote:
> > channel: add option tcp keepalive timeout to channels
> >
> > Signed-off-by: Sunny Shin <sunny4s.git at gmail.com>
> > int spice_server_get_sock_info(SpiceServer *s, struct sockaddr *sa,
> > socklen_t *salen);
> > int spice_server_get_peer_info(SpiceServer *s, struct sockaddr *sa,
> > socklen_t *salen);
> > diff --git a/server/spice-server.syms b/server/spice-server.syms
> > index d65e14d..92c26a9 100644
> > --- a/server/spice-server.syms
> > +++ b/server/spice-server.syms
> > @@ -161,4 +161,5 @@ global:
> > spice_replay_new;
> > spice_replay_next_cmd;
> > spice_replay_free_cmd;
> > + spice_server_set_keepalive_timeout;
> > } SPICE_SERVER_0.12.5;
>
> This needs to go in a separate block:
>
> SPICE_SERVER_0.12.7 {
> global:
> spice_server_set_keepalive_timeout;
> } SPICE_SERVER_0.12.6;
>
> I've fixed it locally. Apart from this, the patch looks good to me.
I've now pushed this patch, thanks!
Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20160112/675e6759/attachment.sig>
More information about the Spice-devel
mailing list