]> granicus.if.org Git - apache/commitdiff
mpm_fdqueue: follow up to r1821624.
authorYann Ylavic <ylavic@apache.org>
Fri, 19 Jan 2018 12:57:20 +0000 (12:57 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 19 Jan 2018 12:57:20 +0000 (12:57 +0000)
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

server/mpm_fdqueue.h

index 9bbe5e5366b302499b7ab82899c6008e8c0e6b15..4d2fd533d4053dad41d766ce22df399ac2350ac2 100644 (file)
@@ -27,7 +27,9 @@
 
 #include <apr.h>
 
-/* 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"