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@xxxxxxxxx> > > 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
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel