Changed pools to contexts. Tested with prefork and pthread mpm's. I'll

check this out tomorrow and make sure everything was checked in correctly.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83852 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan Bloom
1999-08-31 05:35:52 +00:00
parent e6991d4075
commit c37f14ddf3
101 changed files with 821 additions and 809 deletions

View File

@ -13,7 +13,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "httpd.h"
#include "alloc.h"
#include "apr_general.h"
/*
* Dummy a bunch of stuff just to get a compile
@ -41,7 +41,7 @@ API_EXPORT(void) ap_log_error(const char *file, int line, int level,
int main (void)
{
ap_pool *p;
ap_context_t *p;
const char *field;
char *newstr;
char instr[512];