summaryrefslogtreecommitdiff
path: root/include/arch/os2
diff options
context:
space:
mode:
authormturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>2005-06-12 17:54:25 +0000
committermturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>2005-06-12 17:54:25 +0000
commitb9f952d4d82231873c98a6dda505e69ab2319956 (patch)
treebcbede88c899a241f987be5d9fdf49a7215bd244 /include/arch/os2
parent17a7362295de7b1c61725a25f068ff3ab33910d2 (diff)
downloadlibapr-b9f952d4d82231873c98a6dda505e69ab2319956.tar.gz
Implement pool accessor for sockets
There is no functional change except changing stuct mamber from cntxt to pool to be able to use the ACCESSOR macros. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@190305 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/arch/os2')
-rw-r--r--include/arch/os2/apr_arch_networkio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arch/os2/apr_arch_networkio.h b/include/arch/os2/apr_arch_networkio.h
index 43151ed2a..dc8d9e700 100644
--- a/include/arch/os2/apr_arch_networkio.h
+++ b/include/arch/os2/apr_arch_networkio.h
@@ -35,7 +35,7 @@ struct sock_userdata_t {
};
struct apr_socket_t {
- apr_pool_t *cntxt;
+ apr_pool_t *pool;
int socketdes;
int type;
int protocol;