From: Christos Tsantilas Date: Tue, 25 Sep 2012 13:49:25 +0000 (+0300) Subject: Polish the ACLFilledChecklist::fd related documentation X-Git-Tag: SQUID_3_3_0_1~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=233ead05573b54fa92c56767853383bdca276815;p=thirdparty%2Fsquid.git Polish the ACLFilledChecklist::fd related documentation --- diff --git a/src/acl/FilledChecklist.h b/src/acl/FilledChecklist.h index 6c926d85ed..057aee5d8e 100644 --- a/src/acl/FilledChecklist.h +++ b/src/acl/FilledChecklist.h @@ -27,14 +27,15 @@ public: ~ACLFilledChecklist(); public: + /// The client connection manager ConnStateData * conn() const; - /// uses conn() if available + /// The client side fd. It uses conn() if available int fd() const; /// set either conn void conn(ConnStateData *); - /// set FD + /// set the client side FD void fd(int aDescriptor); //int authenticated();