Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D498D18C14 for ; Thu, 11 Feb 2016 21:37:44 +0000 (UTC) Received: (qmail 88362 invoked by uid 500); 11 Feb 2016 21:37:44 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 88301 invoked by uid 500); 11 Feb 2016 21:37:44 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 88292 invoked by uid 99); 11 Feb 2016 21:37:44 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2016 21:37:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 518181A03EA for ; Thu, 11 Feb 2016 21:37:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.671 X-Spam-Level: X-Spam-Status: No, score=0.671 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.329] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id QksgWkc9iaSo for ; Thu, 11 Feb 2016 21:37:43 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id 9E3812054F for ; Thu, 11 Feb 2016 21:37:43 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 1EC2AE066A for ; Thu, 11 Feb 2016 21:37:43 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id EEB0C3A023C for ; Thu, 11 Feb 2016 21:37:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1729895 - /httpd/httpd/trunk/include/httpd.h Date: Thu, 11 Feb 2016 21:37:42 -0000 To: cvs@httpd.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160211213742.EEB0C3A023C@svn01-us-west.apache.org> Author: wrowe Date: Thu Feb 11 21:37:42 2016 New Revision: 1729895 URL: http://svn.apache.org/viewvc?rev=1729895&view=rev Log: Note that this should become private to mod_ident, accessed by the accessor fn Modified: httpd/httpd/trunk/include/httpd.h Modified: httpd/httpd/trunk/include/httpd.h URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/httpd.h?rev=1729895&r1=1729894&r2=1729895&view=diff ============================================================================== --- httpd/httpd/trunk/include/httpd.h (original) +++ httpd/httpd/trunk/include/httpd.h Thu Feb 11 21:37:42 2016 @@ -1113,6 +1113,7 @@ struct conn_rec { char *remote_host; /** Only ever set if doing rfc1413 lookups. N.B. Only access this through * get_remote_logname() */ + /* TODO: Remove from request_rec, make local to mod_ident */ char *remote_logname; /** server IP address */