]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Clarify comment
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 16 Jun 2017 18:39:02 +0000 (14:39 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 16 Jun 2017 18:39:07 +0000 (14:39 -0400)
src/lib/io/worker.c

index 02e72354f7c45648bf57790c5b2e80d95840cce0..d7b4056c217a10d2ab1809dfb8378199a47d3268 100644 (file)
@@ -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