Browse thread
Looking for stubs for sendmsg/recvmsg
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Goswin von Brederlow <goswin-v-b@w...> |
| Subject: | Looking for stubs for sendmsg/recvmsg |
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