]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Polish the ACLFilledChecklist::fd related documentation
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Sat, 6 Oct 2012 02:20:11 +0000 (20:20 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 6 Oct 2012 02:20:11 +0000 (20:20 -0600)
src/acl/FilledChecklist.h

index cf49352e32c07d1624abfde49d79102cbe088876..5a607b27161640e279400307c547f4da7fb0cde1 100644 (file)
@@ -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();