Diff for /Amaya/amaya/AHTBridge.c between versions 1.86 and 1.87

version 1.86, 2003/10/22 11:03:08 version 1.87, 2003/10/22 13:54:01
Line 85  static const HTEventType ExceptBits = HT Line 85  static const HTEventType ExceptBits = HT
     int write;      int write;
     int except;      int except;
   } SocketStatus;    } SocketStatus;
 #endif /* #ifdef _NOGUI */  
   
 #define SOCK_TABLE_SIZE 67  #define SOCK_TABLE_SIZE 67
 #define HASH(s) ((s) % SOCK_TABLE_SIZE)  #define HASH(s) ((s) % SOCK_TABLE_SIZE)
 static SocketStatus persSockets[SOCK_TABLE_SIZE];  static SocketStatus persSockets[SOCK_TABLE_SIZE];
   #endif /* #ifdef _NOGUI */
   
 /*--------------------------------------------------------------------  /*--------------------------------------------------------------------
   AHTCallback_bridge    AHTCallback_bridge

Removed from v.1.86  
changed lines
  Added in v.1.87


Webmaster