mturk       2005/06/23 07:10:08

  Modified:    jni/native/src network.c
  Log:
  Add missing function wrappers for getting and setting the timeout on
  accepted socket.
  
  Revision  Changes    Path
  1.39      +3 -1      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.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- network.c 23 Jun 2005 08:58:05 -0000      1.38
  +++ network.c 23 Jun 2005 14:10:08 -0000      1.39
  @@ -444,6 +444,8 @@
           a->send     = APR_socket_send;
           a->sendv    = APR_socket_sendv;
           a->shutdown = APR_socket_shutdown;
  +        a->tmget    = APR_socket_timeout_get;
  +        a->tmset    = APR_socket_timeout_set;
           a->close    = NULL;
           a->opaque   = n;
           apr_pool_cleanup_register(p, (const void *)a,
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to