Diff for /Amaya/amaya/amaya.h between versions 1.18 and 1.19

version 1.18, 1997/02/07 14:25:08 version 1.19, 1997/02/14 19:54:52
Line 136  typedef struct _AHTReqContext Line 136  typedef struct _AHTReqContext
      XtInputId           except_xtinput_id;     /* The except xt event id assocciated with       XtInputId           except_xtinput_id;     /* The except xt event id assocciated with
                                                    the request */                                                     the request */
 #endif                          /* WWW_XWINDOWS */  #endif                          /* WWW_XWINDOWS */
        SOCKET             read_sock;              /* read socket associated with the request */
        SOCKET             write_sock;             /* write socket associated with the request */
        SOCKET             except_sock;            /* except socket associated with the request */
      char               *outputfile;    /* file to receive incoming data         */       char               *outputfile;    /* file to receive incoming data         */
      FILE               *output;        /* file pointer to outputfile            */       FILE               *output;        /* file pointer to outputfile            */
      int                 mode;  /* Mode of request: SYNC/ASYNC/IASYNC/FORM POST/FORM GET   */       int                 mode;  /* Mode of request: SYNC/ASYNC/IASYNC/FORM POST/FORM GET   */
Line 155  typedef struct _AHTReqContext Line 158  typedef struct _AHTReqContext
      int                 put_counter;   /* number of bytes already put           */       int                 put_counter;   /* number of bytes already put           */
      char               *mem_ptr;       /* ptr to a struct in mem which contains a copy */       char               *mem_ptr;       /* ptr to a struct in mem which contains a copy */
      /* of the file to put                           */       /* of the file to put                           */
 /* For debugging */  
      int                *s;     /* socket number                                */  
      char               *error_stream;        /* pointer to an error message associated with the       char               *error_stream;        /* pointer to an error message associated with the
                                                  request */                                                   request */
      int                 error_stream_size;   /* size of the above message */       int                 error_stream_size;   /* size of the above message */

Removed from v.1.18  
changed lines
  Added in v.1.19


Webmaster