You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2009/09/16 16:45:39 UTC

svn commit: r815811 - /httpd/httpd/trunk/server/log.c

Author: jorton
Date: Wed Sep 16 14:45:39 2009
New Revision: 815811

URL: http://svn.apache.org/viewvc?rev=815811&view=rev
Log:
* server/log.c: Update comment in piped_log structure, now it is 
  has been made opaque.

Modified:
    httpd/httpd/trunk/server/log.c

Modified: httpd/httpd/trunk/server/log.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/log.c?rev=815811&r1=815810&r2=815811&view=diff
==============================================================================
--- httpd/httpd/trunk/server/log.c (original)
+++ httpd/httpd/trunk/server/log.c Wed Sep 16 14:45:39 2009
@@ -160,8 +160,6 @@
     apr_pool_t *p;
     /** The pipe between the server and the logging process */
     apr_file_t *read_fd, *write_fd;
-    /* XXX - an #ifdef that needs to be eliminated from public view. Shouldn't
-     * be hard */
 #ifdef AP_HAVE_RELIABLE_PIPED_LOGS
     /** The name of the program the logging process is running */
     char *program;