diff options
author | Volker Lendecke <vl@samba.org> | 2008-09-12 21:56:14 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-09-12 21:56:40 +0200 |
commit | 0e9f348f1daf84ae4fdc4f429a6abc376b6282be (patch) | |
tree | ab910088777aedbe0edde926d7bdf44a01167ee8 /source3/include | |
parent | d892b1c886e6fbdca485807aaac522312e0a6937 (diff) | |
download | samba-0e9f348f1daf84ae4fdc4f429a6abc376b6282be.tar.gz samba-0e9f348f1daf84ae4fdc4f429a6abc376b6282be.tar.bz2 samba-0e9f348f1daf84ae4fdc4f429a6abc376b6282be.zip |
Add a more explaining comment
(This used to be commit edd70836daef340f21df3cb102144935f36e5c4c)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index 9b564fc48e..70b0421c6d 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; }; |