summaryrefslogtreecommitdiffstats
path: root/server/mpm/winnt/mpm_winnt.h
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>1999-08-31 07:35:52 +0200
committerRyan Bloom <rbb@apache.org>1999-08-31 07:35:52 +0200
commitc37f14ddf32319a7d84a9b573a54ccde8f37c5ff (patch)
tree1f1dd08b2e53226b3b3363beee02eeb57a8061ca /server/mpm/winnt/mpm_winnt.h
parentForgot this hook... (diff)
downloadapache2-c37f14ddf32319a7d84a9b573a54ccde8f37c5ff.tar.xz
apache2-c37f14ddf32319a7d84a9b573a54ccde8f37c5ff.zip
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
Diffstat (limited to 'server/mpm/winnt/mpm_winnt.h')
-rw-r--r--server/mpm/winnt/mpm_winnt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm/winnt/mpm_winnt.h b/server/mpm/winnt/mpm_winnt.h
index 5664dd7987..8b915bec72 100644
--- a/server/mpm/winnt/mpm_winnt.h
+++ b/server/mpm/winnt/mpm_winnt.h
@@ -68,7 +68,7 @@ typedef struct CompContext {
OVERLAPPED Overlapped;
SOCKET accept_socket;
BUFF* conn_io;
- pool *ptrans;
+ ap_context_t *ptrans;
struct sockaddr sa_server;
int sa_server_len;
struct sockaddr sa_client;