mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
sys: ioq: clarify comment
This commit is contained in:
parent
0b65bc7e01
commit
380ec074ca
@ -20,6 +20,11 @@
|
||||
/*
|
||||
* Overview
|
||||
*
|
||||
* [NOTE: this comment no longer describes accurately an FSP_IOQ. The main
|
||||
* difference is that an FSP_IOQ now has a third queue which is used to
|
||||
* retry IRP completions. However the main ideas below are still valid, so
|
||||
* I am leaving the rest of the comment intact.]
|
||||
*
|
||||
* An FSP_IOQ encapsulates the main FSP mechanism for handling IRP's.
|
||||
* It has two queues: a "Pending" queue for managing newly arrived IRP's
|
||||
* and a "Processing" queue for managing IRP's currently being processed
|
||||
|
Loading…
x
Reference in New Issue
Block a user