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:
manu 2017-12-27 15:39:31 +00:00
parent 32a7549145
commit b52f4ddf6f

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.