diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-27 16:18:40 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-27 16:28:59 -0400 |
commit | fdd8156ea3da9548b99ab95d72e3193ae9de3feb (patch) | |
tree | 3dfaede931324ddef2b08f2be79ee9f91ba77e6d /src/or/cpuworker.c | |
parent | f5a852de91110c4db367946e848656b45a078f39 (diff) | |
download | tor-fdd8156ea3da9548b99ab95d72e3193ae9de3feb.tar.gz tor-fdd8156ea3da9548b99ab95d72e3193ae9de3feb.zip |
Fix the cpuworker.c documentation to mention all the kinds of work
Diffstat (limited to 'src/or/cpuworker.c')
-rw-r--r-- | src/or/cpuworker.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/or/cpuworker.c b/src/or/cpuworker.c index 8d71483f81..f5fff2b331 100644 --- a/src/or/cpuworker.c +++ b/src/or/cpuworker.c @@ -11,8 +11,11 @@ * The multithreading backend for this module is in workqueue.c; this module * specializes workqueue.c. * - * Right now, we only use this for processing onionskins, and invoke it mostly - * from onion.c. + * Right now, we use this infrastructure + * <ul><li>for processing onionskins in onion.c + * <li>for compressing consensuses in consdiffmgr.c, + * <li>and for calculating diffs and compressing them in consdiffmgr.c. + * </ul> **/ #include "or.h" #include "channel.h" |