Hi,

I have a file descriptor (it is created by other software, not by nginx).
How to add it to nginx event loop watcher properly? All I need is to have
my callback called when my file descriptor has a new data to read (I'll
read the data by myself).

Browsing the code shows functions like ngx_add_conn and ngx_add_event, but
it seems like a non-trivial thing to prepare the proper input arguments.

Thanks!

--
Marat
_______________________________________________
nginx-devel mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx-devel

Reply via email to