mturk 2005/06/18 09:07:59
Modified: jni/native/src network.c
Log:
Remove fake apr_socket_t struct. It is not needed any more.
Revision Changes Path
1.36 +1 -8 jakarta-tomcat-connectors/jni/native/src/network.c
Index: network.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/network.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- network.c 18 Jun 2005 15:35:44 -0000 1.35
+++ network.c 18 Jun 2005 16:07:59 -0000 1.36
@@ -40,13 +40,6 @@
static volatile apr_uint32_t sp_rst_recv = 0;
static volatile apr_status_t sp_erl_recv = 0;
-/* Fake private pool struct to deal with APR private's socket
- * struct not exposing function to access the pool.
- */
-typedef struct
-{
- apr_pool_t *pool;
-} fake_apr_socket_t;
#endif
#if !APR_HAVE_IPV6
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]