Add a more explaining comment
authorVolker Lendecke <vl@samba.org>
Fri, 12 Sep 2008 19:56:14 +0000 (21:56 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 12 Sep 2008 19:56:40 +0000 (21:56 +0200)
source/include/client.h

index 9b564fc48e7fe65ebd077ab10c6d938cb435fdb4..70b0421c6da714c2e3b055eb6934c2e2ccf8270e 100644 (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;
 };