ctl: Correct comment in ctl_worker_thread

The incoming queue is handled before the RtR one.
No functional change.

MFC after:	3 days
This commit is contained in:
Emmanuel Vadot 2017-12-27 15:39:31 +00:00
parent a9a7c8c0a1
commit 8e3f1dcf54

View File

@ -13352,8 +13352,8 @@ ctl_work_thread(void *arg)
* We handle the queues in this order:
* - ISC
* - done queue (to free up resources, unblock other commands)
* - RtR queue
* - incoming queue
* - RtR queue
*
* If those queues are empty, we break out of the loop and
* go to sleep.