diff options
author | Roger Dingledine <arma@torproject.org> | 2003-09-14 02:58:50 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-09-14 02:58:50 +0000 |
commit | e585dad88776719bd72faaa7225dbdec230c929a (patch) | |
tree | a95dffcb1840c6847c76ff27496f175c1bc50ec2 /src/common/util.h | |
parent | 429fb381f89fe6991837898cb0cb2cf456137edc (diff) | |
download | tor-e585dad88776719bd72faaa7225dbdec230c929a.tar tor-e585dad88776719bd72faaa7225dbdec230c929a.tar.gz |
fix the cpuworker circ-had-vanished bug (maybe)
still several (many) tls-related bugs outstanding.
svn:r454
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |