[SCM] Samba Shared Repository - branch v3-devel updated - release-3-2-0pre2-4157-gedd7083

Volker Lendecke vlendec at samba.org
Fri Sep 12 19:54:01 GMT 2008


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 <vl at samba.org>
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


More information about the samba-cvs mailing list