diff options
author | Mattias Andrée <maandree@kth.se> | 2018-08-29 16:51:41 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-08-29 16:52:38 +0200 |
commit | 7f397be7159a28d459d8f4ba6b934ab86458d633 (patch) | |
tree | 87be67fa6baf8e5b6d548084b80bf038c9a91912 /README | |
parent | Add tests for strtotimespec and strtotimeval (diff) | |
download | libsimple-7f397be7159a28d459d8f4ba6b934ab86458d633.tar.gz libsimple-7f397be7159a28d459d8f4ba6b934ab86458d633.tar.bz2 libsimple-7f397be7159a28d459d8f4ba6b934ab86458d633.tar.xz |
Remove sendfd, recvfd, recvfrom_timestamped, and recv_timestamped for now
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -319,24 +319,6 @@ The following functions are defined (some as inline functions): libsimple.h defines `extern int libsimple_default_failure_exit`. - int libsimple_sendfd(int sock, int fd) - Send a file descriptor over a socket. - - int libsimple_recvfd(int sock) - Receive a file descriptor over a socket. - - ssize_t libsimple_recvfrom_timestamped(int, void *restrict, size_t, int, - struct sockaddr *restrict, socklen_t, struct timespec *restrict) - Like recvfrom except also returns the a SCM_TIMESTAMP or - SCM_TIMESTAMPNS timestamp, returns zero as the timestamp - if missing. - - ssize_t libsimple_recv_timestamped(int, void *restrict, size_t, int, - struct timespec *restrict) - Like recv except also returns the a SCM_TIMESTAMP or - SCM_TIMESTAMPNS timestamp, returns zero as the timestamp - if missing. - int libsimple_sumtimespec(struct timespec *, const struct timespec *, const struct timespec *) Returns the sum of two timestamps. |