From e585dad88776719bd72faaa7225dbdec230c929a Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sun, 14 Sep 2003 02:58:50 +0000 Subject: fix the cpuworker circ-had-vanished bug (maybe) still several (many) tls-related bugs outstanding. svn:r454 --- src/common/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/util.h') diff --git a/src/common/util.h b/src/common/util.h index 8552fb19a..94fcd512d 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -52,6 +52,7 @@ void tv_add(struct timeval *a, struct timeval *b); int tv_cmp(struct timeval *a, struct timeval *b); int write_all(int fd, const void *buf, size_t count); +int read_all(int fd, void *buf, size_t count); void set_socket_nonblocking(int socket); -- cgit v1.2.3