libmicrohttpd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] How to get fd numbers used by library


From: Filip Svoboda - Netajo s.r.o.
Subject: [libmicrohttpd] How to get fd numbers used by library
Date: Mon, 30 Jun 2014 17:07:12 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0

Hello,

I need to implement external poll() in my application using libmicrohttpd and I didn't find way to get out all file descriptor numbers used by the library.. I Know function:

MHD_get_fdset();

but it seems impossible to get out fd numbers from fd_set structure.

Is the only solution to call select() after my main poll() ?

Thank you for your time.

Filip Svoboda





reply via email to

[Prev in Thread] Current Thread [Next in Thread]