summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/client.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index 9b564fc48e..70b0421c6d 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -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;
};