Re: [PATCH wayland v3 6/7] server: Add new API for adding a socket with an existing fd

2015-12-14 Thread Pekka Paalanen
ay_add_socket_fd() to be useful for the widest range of use cases. I am happy you will consider that. Thanks, pq > > > > --- Original Message --- > > Sender : Pekka Paalanen > > Date : 2015-12-14 19:42 (GMT+09:00) > > Title : Re: [PATCH wayland v3

Re: Re: [PATCH wayland v3 6/7] server: Add new API for adding a socket with an existing fd

2015-12-14 Thread 이상진
wl_display_add_socket_fd () is only wl_event_loop_add_fd () and wl_list_insert () just needed.   --- Original Message --- Sender : Pekka Paalanen Date : 2015-12-14 19:42 (GMT+09:00) Title : Re: [PATCH wayland v3 6/7] server: Add new API for adding a socket with an existing fd  On Mon,  7 Dec 2015 22:49:18

Re: [PATCH wayland v3 6/7] server: Add new API for adding a socket with an existing fd

2015-12-14 Thread Pekka Paalanen
On Mon, 7 Dec 2015 22:49:18 -0800 Bryce Harrington wrote: > Currently the server can add a socket by name. To support an embedded > compositor in a Simplified Mandatory Access Control Kernel (Smack) > enabled environment, the embedded compositor should use the socket that > it gets from the sys

[PATCH wayland v3 6/7] server: Add new API for adding a socket with an existing fd

2015-12-07 Thread Bryce Harrington
Currently the server can add a socket by name. To support an embedded compositor in a Simplified Mandatory Access Control Kernel (Smack) enabled environment, the embedded compositor should use the socket that it gets from the system or session compositor. Signed-off-by: Bryce Harrington Cc: Sung