caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Looking for stubs for sendmsg/recvmsg
@ 2010-11-18 17:40 Goswin von Brederlow
  2010-11-19  8:50 ` [Caml-list] " Jérémie Dimino
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Goswin von Brederlow @ 2010-11-18 17:40 UTC (permalink / raw)
  To: caml-list

Hi,

I'm looking for stubs for

       ssize_t sendmsg(int sockfd, const struct msghdr *msg, int flags);
       ssize_t recvmsg(int sockfd, struct msghdr *msg, int flags);

Specifically I need those to send (among normal messages) an
Unix.file_descr over a Unix Domain Socket.

Does anyone know of a module that has them?

MfG
        Goswin


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2010-11-21 21:38 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-18 17:40 Looking for stubs for sendmsg/recvmsg Goswin von Brederlow
2010-11-19  8:50 ` [Caml-list] " Jérémie Dimino
2010-11-19  8:56 ` Sylvain Le Gall
2010-11-19 16:06   ` [Caml-list] " Goswin von Brederlow
2010-11-19 16:30     ` Sylvain Le Gall
2010-11-19 18:39       ` [Caml-list] " Goswin von Brederlow
2010-11-19 22:10         ` Sylvain Le Gall
2010-11-20 20:32           ` [Caml-list] " Goswin von Brederlow
2010-11-20 23:00             ` Sylvain Le Gall
2010-11-21 18:34               ` FDs as cutsom blocks instead of int Goswin von Brederlow
2010-11-21 21:38       ` [Caml-list] Re: Looking for stubs for sendmsg/recvmsg ygrek
2010-11-19 10:27 ` [Caml-list] " Dave Scott
2010-11-19 16:28   ` Goswin von Brederlow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).