From ecc6e5dd28821bf1c207e074f1b5903426a7e4c4 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 1 Dec 2015 13:38:10 +0100 Subject: [FUSE] Stability improvements, runs for longer than a couple secs now :) --- src/shared/sockhelper.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/shared/sockhelper.h') diff --git a/src/shared/sockhelper.h b/src/shared/sockhelper.h index dc22e2b..6ffc31a 100644 --- a/src/shared/sockhelper.h +++ b/src/shared/sockhelper.h @@ -90,6 +90,11 @@ bool sock_append(poll_list_t *list, const int sock, bool wantRead, bool wantWrit * Give up after calling write() maxtries times. * Set maxtries < 0 to try infinitely. */ -ssize_t sock_sendAll(int sock, void *buffer, size_t len, int maxtries); +ssize_t sock_sendAll(const int sock, void *buffer, const size_t len, int maxtries); + +/** + * Send given buffer, repeatedly calling recv on partial send or EINTR. + */ +ssize_t sock_recv(const int sock, void *buffer, const size_t len); #endif /* SOCKHELPER_H_ */ -- cgit v1.2.3-55-g7522