1
0
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:
Volker Lendecke 2008-09-12 21:56:14 +02:00
parent fba250ece4
commit edd70836da

View File

@ -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;
};