The branch, v3-devel has been updated
       via  edd70836daef340f21df3cb102144935f36e5c4c (commit)
      from  fba250ece45f6632c7d89b0ea28baab047e41a8f (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-devel


- Log -----------------------------------------------------------------
commit edd70836daef340f21df3cb102144935f36e5c4c
Author: Volker Lendecke <[EMAIL PROTECTED]>
Date:   Fri Sep 12 21:56:14 2008 +0200

    Add a more explaining comment

-----------------------------------------------------------------------

Summary of changes:
 source/include/client.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/include/client.h b/source/include/client.h
index 9b564fc..70b0421 100644
--- a/source/include/client.h
+++ b/source/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;
 };


-- 
Samba Shared Repository

Reply via email to