From cvs-return-62469-archive-asf-public=cust-asf.ponee.io@httpd.apache.org Fri Jan 19 13:57:28 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 2960B180607 for ; Fri, 19 Jan 2018 13:57:28 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 19A04160C28; Fri, 19 Jan 2018 12:57:28 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5439F160C27 for ; Fri, 19 Jan 2018 13:57:27 +0100 (CET) Received: (qmail 15546 invoked by uid 500); 19 Jan 2018 12:57:26 -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 15537 invoked by uid 99); 19 Jan 2018 12:57:26 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jan 2018 12:57:26 +0000 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 B25913A0166 for ; Fri, 19 Jan 2018 12:57:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1821647 - /httpd/httpd/trunk/server/mpm_fdqueue.h Date: Fri, 19 Jan 2018 12:57:20 -0000 To: cvs@httpd.apache.org From: ylavic@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180119125724.B25913A0166@svn01-us-west.apache.org> Author: ylavic Date: Fri Jan 19 12:57:20 2018 New Revision: 1821647 URL: http://svn.apache.org/viewvc?rev=1821647&view=rev Log: mpm_fdqueue: follow up to r1821624. The code is not part of the API. Modified: httpd/httpd/trunk/server/mpm_fdqueue.h Modified: httpd/httpd/trunk/server/mpm_fdqueue.h URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm_fdqueue.h?rev=1821647&r1=1821646&r2=1821647&view=diff ============================================================================== --- httpd/httpd/trunk/server/mpm_fdqueue.h (original) +++ httpd/httpd/trunk/server/mpm_fdqueue.h Fri Jan 19 12:57:20 2018 @@ -27,7 +27,9 @@ #include -/* Not worth thinking about w/o threads... */ +/* This code is not AP_DECLARE()ed/exported, and use by MPMs event/worker + * only (for now), not worth thinking about w/o threads either... + */ #if APR_HAS_THREADS #include "ap_mpm.h"