]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Get the perchild MPM starting different child processes with different
authorRyan Bloom <rbb@apache.org>
Sun, 30 Jun 2002 21:59:50 +0000 (21:59 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 30 Jun 2002 21:59:50 +0000 (21:59 +0000)
users and groups.  It doesn't pass requests between child processes yet.

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

ssl_expr.h

index 8038031265658562b43f172db7c909f896821f55..14bbd31309e834c42d1e7d710f596f3ce2eeb3d5 100644 (file)
@@ -104,6 +104,7 @@ typedef struct {
     ssl_expr_node_op node_op;
     void *node_arg1;
     void *node_arg2;
+    apr_pool_t *p;
 } ssl_expr_node;
 
 typedef ssl_expr_node ssl_expr;