Diff for /Amaya/amaya/libwww.h between versions 1.2 and 1.3

version 1.2, 1997/05/30 15:20:03 version 1.3, 1997/06/02 10:19:26
Line 92  typedef struct _AHTReqContext Line 92  typedef struct _AHTReqContext
      SOCKET             read_sock;              /* read socket associated with the request */       SOCKET             read_sock;              /* read socket associated with the request */
      SOCKET             write_sock;             /* write socket associated with the request */       SOCKET             write_sock;             /* write socket associated with the request */
      SOCKET             except_sock;            /* except socket associated with the request */       SOCKET             except_sock;            /* except socket associated with the request */
 #ifdef _WINDOWS  #ifdef _WINDOWS_ASYNC___
      int                read_fd_state;               /* gives the current state of the sockets */               int                read_fd_state;               /* gives the current state of the sockets */        
      int                write_fd_state;               /* gives the current state of the sockets */               int                write_fd_state;               /* gives the current state of the sockets */        
      int                except_fd_state;               /* gives the current state of the sockets */               int                except_fd_state;               /* gives the current state of the sockets */        
 #endif        #endif /* _WINDOWS_ASYNC___ */ 
     /*** End of experimental stuff ****/      /*** End of experimental stuff ****/
   
      char               *outputfile;    /* file to receive incoming data         */       char               *outputfile;    /* file to receive incoming data         */

Removed from v.1.2  
changed lines
  Added in v.1.3


Webmaster