From: Nick Mathewson Date: Thu, 27 Jul 2017 20:18:40 +0000 (-0400) Subject: Fix the cpuworker.c documentation to mention all the kinds of work X-Git-Tag: tor-0.3.1.5-alpha~16^2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fdd8156ea3da9548b99ab95d72e3193ae9de3feb;p=thirdparty%2Ftor.git Fix the cpuworker.c documentation to mention all the kinds of work --- 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 + * **/ #include "or.h" #include "channel.h"