From: Christos Tsantilas Date: Sat, 6 Oct 2012 02:20:11 +0000 (-0600) Subject: Polish the ACLFilledChecklist::fd related documentation X-Git-Tag: SQUID_3_2_2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5d681766db21feb80dc1e4449aab383fb9d9b0e;p=thirdparty%2Fsquid.git Polish the ACLFilledChecklist::fd related documentation --- diff --git a/src/acl/FilledChecklist.h b/src/acl/FilledChecklist.h index cf49352e32..5a607b2716 100644 --- a/src/acl/FilledChecklist.h +++ b/src/acl/FilledChecklist.h @@ -23,14 +23,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();