From b5d681766db21feb80dc1e4449aab383fb9d9b0e Mon Sep 17 00:00:00 2001 From: Christos Tsantilas Date: Fri, 5 Oct 2012 20:20:11 -0600 Subject: [PATCH] Polish the ACLFilledChecklist::fd related documentation --- src/acl/FilledChecklist.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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(); -- 2.47.2