From: Amos Jeffries Date: Fri, 2 Oct 2015 10:26:15 +0000 (-0700) Subject: document ALE new members X-Git-Tag: SQUID_4_0_1~5^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f96eeb9a251f8cb00450eaa5c4752ed949d2028;p=thirdparty%2Fsquid.git document ALE new members --- diff --git a/src/AccessLogEntry.h b/src/AccessLogEntry.h index c438e48e28..cce7425390 100644 --- a/src/AccessLogEntry.h +++ b/src/AccessLogEntry.h @@ -210,8 +210,8 @@ public: } const char *method_str; - const char *lastAclName; - const char *lastAclData; + const char *lastAclName; ///< string for external_acl_type %ACL format code + const char *lastAclData; ///< string for external_acl_type %DATA format code } _private; HierarchyLogEntry hier;