]> granicus.if.org Git - apache/commitdiff
* server/log.c: Update comment in piped_log structure, now it is
authorJoe Orton <jorton@apache.org>
Wed, 16 Sep 2009 14:45:39 +0000 (14:45 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 16 Sep 2009 14:45:39 +0000 (14:45 +0000)
  has been made opaque.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@815811 13f79535-47bb-0310-9956-ffa450edef68

server/log.c

index cb5b3f98c66378f131b13c46451e640c23d79c2e..30741f7660fce32c4fab9626ae81120a74d8ae11 100644 (file)
@@ -160,8 +160,6 @@ struct piped_log {
     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;