rbb         99/06/10 05:15:39

  Modified:    include  apr_errno.h apr_network_io.h
  Log:
  Committing the include files changes for poll interface cleanup.
  
  Revision  Changes    Path
  1.18      +1 -1      apache-apr/include/apr_errno.h
  
  Index: apr_errno.h
  ===================================================================
  RCS file: /home/cvs/apache-apr/include/apr_errno.h,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- apr_errno.h       1999/06/09 15:55:58     1.17
  +++ apr_errno.h       1999/06/10 12:15:38     1.18
  @@ -400,7 +400,7 @@
   #define APR_CHILD_DONE     5005
   #define APR_CHILD_NOTDONE  5006
   #define APR_TIMEUP         5007
  -
  +#define APR_INVALSOCK      5008
   #ifdef __cplusplus
   }
   #endif
  
  
  
  1.23      +2 -2      apache-apr/include/apr_network_io.h
  
  Index: apr_network_io.h
  ===================================================================
  RCS file: /home/cvs/apache-apr/include/apr_network_io.h,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- apr_network_io.h  1999/05/25 17:04:09     1.22
  +++ apr_network_io.h  1999/06/10 12:15:38     1.23
  @@ -113,8 +113,8 @@
   
   ap_status_t ap_setup_poll(ap_context_t *, ap_int32_t, ap_pollfd_t **);
   ap_status_t ap_poll(ap_pollfd_t *, ap_int32_t *, ap_int32_t);
  -ap_status_t ap_add_poll_socket(ap_pollfd_t *, ap_socket_t *, ap_int16_t, 
ap_int32_t);
  -ap_status_t ap_get_revents(ap_pollfd_t *, ap_int32_t, ap_int16_t *);
  +ap_status_t ap_add_poll_socket(ap_pollfd_t *, ap_socket_t *, ap_int16_t);
  +ap_status_t ap_get_revents(ap_pollfd_t *, ap_socket_t *, ap_int16_t *);
   
   /*  accessor functions   */
   
  
  
  

Reply via email to