<div dir="ltr"><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 22, 2014 at 7:12 PM, Fiedler Roman <span dir="ltr"><<a href="mailto:Roman.Fiedler@ait.ac.at" target="_blank">Roman.Fiedler@ait.ac.at</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">> Von: Zubin Mithra [mailto:<a href="mailto:zubin.mithra@gmail.com">zubin.mithra@gmail.com</a>]<br>
<div class="">><br>
> Hey everyone,<br>
><br>
> I just had a look around for system calls that return file descriptors on a<br>
> couple of docs[1][2][3] and the ones I could find are `sys_creat` and<br>
> `sys_open`(not looking at the ones that return socket fds right now).<br>
<br>
</div>There is a receive call, that allows to forward open file descriptors between<br>
processes. I do not known, if you call those received fds "socket fds", since<br>
they could be any (unresolvable) fd -- unless you poke into /proc for more<br>
information.<br></blockquote><div><br></div><div>Thank you, I will look into that.</div><div>I also just realised that I should look at the "dup"-like calls.</div><div><br></div><div><br></div><div>Cheers,</div>
<div>-- zm</div></div></div></div>