From: Volker Lendecke Date: Fri, 12 Sep 2008 19:56:14 +0000 (+0200) Subject: Add a more explaining comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edd70836daef340f21df3cb102144935f36e5c4c;p=thirdparty%2Fsamba.git Add a more explaining comment --- diff --git a/source/include/client.h b/source/include/client.h index 9b564fc48e7..70b0421c6da 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; };