<div dir="ltr">Hi,<div><br></div><div>I have a file descriptor (it is created by other software, not by nginx).</div><div>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).<br></div><div><br></div><div>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.</div><div><br></div><div>Thanks!</div><div><br></div><div>--</div><div>Marat</div></div>