Thanks, patch looks good, pushed as 777d5e04..3fc686e3.
On 10/30/2018 04:07 PM, José Bollo wrote:
> On Tue, 30 Oct 2018 15:51:19 +0100
> José Bollo wrote:
>
>> Hi,
>>
>> I try to add the selection of the interfaces to serve on MHD. I was
>> using MHD_USE_EPOLL and was managing to include the epo
On Tue, 30 Oct 2018 16:07:50 +0100
José Bollo wrote:
just to be sure that you dont miss the patch (tested with success here)
> The patch below seems okay:
>
>
> diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
> index cd2ca189..b877e560 100644
> --- a/src/microhttpd/daemon.c
> ++
On Tue, 30 Oct 2018 15:51:19 +0100
José Bollo wrote:
> Hi,
>
> I try to add the selection of the interfaces to serve on MHD. I was
> using MHD_USE_EPOLL and was managing to include the epoll in the
> external main loop with MHD_get_daemon_info(daemon,
> MHD_DAEMON_INFO_EPOLL_FD_LINUX_ONLY) -> li