diff options
author | Roger Dingledine <arma@torproject.org> | 2005-05-17 17:01:36 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-05-17 17:01:36 +0000 |
commit | b7d6b8a39758b49a276fac9d83a8d925d00ae37d (patch) | |
tree | ab9a59eb728dae21fa3da6bc9a716948c1c88318 /src/or/connection.c | |
parent | 17ba6e76118b11548e623fe22a32f54cba9f6535 (diff) | |
download | tor-b7d6b8a39758b49a276fac9d83a8d925d00ae37d.tar.gz tor-b7d6b8a39758b49a276fac9d83a8d925d00ae37d.zip |
doxygeny goodness from tyranix
svn:r4262
Diffstat (limited to 'src/or/connection.c')
-rw-r--r-- | src/or/connection.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index 3581e51620..1b14670a02 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -652,7 +652,7 @@ static int connection_init_accepted_conn(connection_t *conn) { /** Take conn, make a nonblocking socket; try to connect to * addr:port (they arrive in *host order*). If fail, return -1. Else - * assign s to conn->\s: if connected return 1, if EAGAIN return 0. + * assign s to conn-\>s: if connected return 1, if EAGAIN return 0. * * address is used to make the logs useful. * @@ -960,7 +960,7 @@ static int connection_receiver_bucket_should_increase(connection_t *conn) { return 1; } -/** Read bytes from conn->\s and process them. +/** Read bytes from conn-\>s and process them. * * This function gets called from conn_read() in main.c, either * when poll() has declared that conn wants to read, or (for OR conns) |