You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2001/07/16 20:51:31 UTC

cvs commit: apr/include/arch/win32 networkio.h

wrowe       01/07/16 11:51:31

  Modified:    include/arch/win32 networkio.h
  Log:
    If these will support the inherit toggle, they need 'da flag.
  
  Revision  Changes    Path
  1.19      +1 -0      apr/include/arch/win32/networkio.h
  
  Index: networkio.h
  ===================================================================
  RCS file: /home/cvs/apr/include/arch/win32/networkio.h,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- networkio.h	2001/04/02 23:58:36	1.18
  +++ networkio.h	2001/07/16 18:51:30	1.19
  @@ -69,6 +69,7 @@
       int local_port_unknown;
       int local_interface_unknown;
       apr_int32_t netmask;
  +    int inherit;
   };
   
   struct apr_pollfd_t {