]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix the cpuworker.c documentation to mention all the kinds of work
authorNick Mathewson <nickm@torproject.org>
Thu, 27 Jul 2017 20:18:40 +0000 (16:18 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 27 Jul 2017 20:28:59 +0000 (16:28 -0400)
src/or/cpuworker.c

index 8d71483f817759174ab4e2cc47a104dd1ee3f944..f5fff2b331865eeb76da86b924f4e6598b2e5112 100644 (file)
  * 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"