From 0e9f348f1daf84ae4fdc4f429a6abc376b6282be Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 12 Sep 2008 21:56:14 +0200 Subject: [PATCH] Add a more explaining comment (This used to be commit edd70836daef340f21df3cb102144935f36e5c4c) --- source3/include/client.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source3/include/client.h b/source3/include/client.h index 9b564fc48e7..70b0421c6da 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; }; -- 2.11.4.GIT