[tor-commits] [tor/release-0.3.1] Fix the cpuworker.c documentation to mention all the kinds of work

nickm at torproject.org nickm at torproject.org
Thu Jul 27 20:31:01 UTC 2017


commit fdd8156ea3da9548b99ab95d72e3193ae9de3feb
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Jul 27 16:18:40 2017 -0400

    Fix the cpuworker.c documentation to mention all the kinds of work
---
 src/or/cpuworker.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/or/cpuworker.c b/src/or/cpuworker.c
index 8d71483f8..f5fff2b33 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"





More information about the tor-commits mailing list