aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-08-29 16:51:41 +0200
committerMattias Andrée <maandree@kth.se>2018-08-29 16:52:38 +0200
commit7f397be7159a28d459d8f4ba6b934ab86458d633 (patch)
tree87be67fa6baf8e5b6d548084b80bf038c9a91912 /README
parentAdd tests for strtotimespec and strtotimeval (diff)
downloadlibsimple-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--README18
1 files changed, 0 insertions, 18 deletions
diff --git a/README b/README
index 003313d..0f8d905 100644
--- a/README
+++ b/README
@@ -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.