Re: [RFC wayland 13/18] connections: Add remote sockets

2016-02-11 Thread Pekka Paalanen
On Wed, 10 Feb 2016 11:49:05 -0600 Derek Foreman wrote: > Please forgive my mailer for what it's done to the content below. :/ > > On 10/02/16 07:33 AM, Pekka Paalanen wrote: > > On Tue, 9 Feb 2016 10:56:00 -0600 Derek Foreman > > wrote: > >

Re: [RFC wayland 13/18] connections: Add remote sockets

2016-02-10 Thread Pekka Paalanen
On Tue, 9 Feb 2016 10:56:00 -0600 Derek Foreman wrote: > This allows adding a tcp/ip socket and adds tracking of the remote status > for clients and proxies > > Signed-off-by: Derek Foreman > --- > src/connection.c | 11 +++- >

Re: [RFC wayland 13/18] connections: Add remote sockets

2016-02-10 Thread Derek Foreman
Please forgive my mailer for what it's done to the content below. :/ On 10/02/16 07:33 AM, Pekka Paalanen wrote: > On Tue, 9 Feb 2016 10:56:00 -0600 Derek Foreman > wrote: > >> This allows adding a tcp/ip socket and adds tracking of the >> remote status for clients and

[RFC wayland 13/18] connections: Add remote sockets

2016-02-09 Thread Derek Foreman
This allows adding a tcp/ip socket and adds tracking of the remote status for clients and proxies Signed-off-by: Derek Foreman --- src/connection.c | 11 +++- src/wayland-client.c | 103 +--- src/wayland-private.h | 5 ++