mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
Add a more explaining comment
This commit is contained in:
parent
fba250ece4
commit
edd70836da
@ -223,7 +223,9 @@ struct cli_state {
|
||||
struct cli_request *outstanding_requests;
|
||||
|
||||
/**
|
||||
* The place to build up the list of chained requests.
|
||||
* The place to build up the list of chained requests. In CIFS, a
|
||||
* single cli_request corresponds to a MID and can serve more than one
|
||||
* chained async_req.
|
||||
*/
|
||||
struct cli_request *chain_accumulator;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user