diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-10-06 04:33:40 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-10-06 04:33:40 +0000 |
commit | ba24193ab51bec6f7c451c622f6476a7ab6adc42 (patch) | |
tree | 6b6cf18501bb696e4a19399c1030bf697b83d053 /src/or/onion.c | |
parent | e53f1ccbfcb667bda30ce9ee5a42cc3be9efc80a (diff) | |
download | tor-ba24193ab51bec6f7c451c622f6476a7ab6adc42.tar.gz tor-ba24193ab51bec6f7c451c622f6476a7ab6adc42.zip |
Make doxygen marginally happier
svn:r5208
Diffstat (limited to 'src/or/onion.c')
-rw-r--r-- | src/or/onion.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/onion.c b/src/or/onion.c index d4aad3cfc9..c33f5e1aa4 100644 --- a/src/or/onion.c +++ b/src/or/onion.c @@ -13,6 +13,8 @@ const char onion_c_id[] = "$Id$"; #include "or.h" +/** Type for a linked list of circuits that are waiting for a free CPU worker + * to process a waiting onion handshake. */ typedef struct onion_queue_t { circuit_t *circ; time_t when_added; |