From: Arran Cudbard-Bell Date: Fri, 16 Jun 2017 18:39:02 +0000 (-0400) Subject: Clarify comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dee1e23bb24d2ef7a73f9d74fc9e02a55562995f;p=thirdparty%2Ffreeradius-server.git Clarify comment --- diff --git a/src/lib/io/worker.c b/src/lib/io/worker.c index 02e72354f7c..d7b4056c217 100644 --- a/src/lib/io/worker.c +++ b/src/lib/io/worker.c @@ -22,8 +22,8 @@ * * The "worker" thread is the one responsible for the bulk of the * work done when processing a request. Workers are spawned by the - * scheduler, and create a KQ and control-plane AQ for control-plane - * communication. + * scheduler, and create a kqueue (KQ) and control-plane + * Atomic Queue (AQ) for control-plane communication. * * When a network thread discovers that it needs more workers, it * asks the scheduler for a KQ/AQ combination. The network thread