brianp      02/04/10 18:30:45

  Modified:    include  apr_network_io.h
  Log:
  Added APR_INCOMPLETE_WRITE
  
  Revision  Changes    Path
  1.120     +2 -0      apr/include/apr_network_io.h
  
  Index: apr_network_io.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_network_io.h,v
  retrieving revision 1.119
  retrieving revision 1.120
  diff -u -r1.119 -r1.120
  --- apr_network_io.h  13 Mar 2002 20:39:14 -0000      1.119
  +++ apr_network_io.h  11 Apr 2002 01:30:45 -0000      1.120
  @@ -122,6 +122,8 @@
                                   * read, in cases where the app expects
                                   * that an immediate read would fail.)
                                   */
  +#define APR_INCOMPLETE_WRITE 8192 /* like APR_INCOMPLETE_READ, but for write
  +                                   */
   
   #define APR_POLLIN    0x001 
   #define APR_POLLPRI   0x002
  
  
  

Reply via email to