The gateway doesn't try to reconnect if it is already known that
[egate.git] / kernel / kernel.h
index f15082c..704bb66 100644 (file)
  * Europagate, 1995
  *
  * $Log: kernel.h,v $
- * Revision 1.20  1995/07/28 10:51:08  adam
+ * Revision 1.21  1996/02/12 10:04:52  adam
+ * The gateway doesn't try to reconnect if it is already known that
+ * it will fail (connect_fail flag introduced).
+ *
+ * Revision 1.20  1995/07/28  10:51:08  adam
  * Bug fix: account from previous session had effect when new target command
  * was executed.
  *
@@ -148,6 +152,7 @@ struct gw_kernel_info {
     char account[128];
     int  account_in_session;
     int  port;
+    int  connect_failed;
     const char *lang;
     const char *override_portno;
     const char *override_hostname;