From: Yann Ylavic Date: Fri, 19 Jan 2018 12:57:20 +0000 (+0000) Subject: mpm_fdqueue: follow up to r1821624. X-Git-Tag: 2.5.0-alpha2-ci-test-only~2937 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f1685681711e16de9552ae9cc03060de9d59993;p=thirdparty%2Fapache%2Fhttpd.git mpm_fdqueue: follow up to r1821624. The code is not part of the API. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821647 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm_fdqueue.h b/server/mpm_fdqueue.h index 9bbe5e5366b..4d2fd533d40 100644 --- a/server/mpm_fdqueue.h +++ b/server/mpm_fdqueue.h @@ -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"