]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Polish the ACLFilledChecklist::fd related documentation
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Tue, 25 Sep 2012 13:49:25 +0000 (16:49 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Tue, 25 Sep 2012 13:49:25 +0000 (16:49 +0300)
src/acl/FilledChecklist.h

index 6c926d85ed2824e0dbd401be5e9d0ffe64fab58f..057aee5d8e95a51490f9abdc890f8db9dfd880b6 100644 (file)
@@ -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();