Lots of changes. They aren't visible though.
[egate.git] / kernel / kernel.h
index e48cbe8..704bb66 100644 (file)
  * Europagate, 1995
  *
  * $Log: kernel.h,v $
- * Revision 1.19  1995/07/11 11:49:12  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.
+ *
+ * Revision 1.19  1995/07/11  11:49:12  adam
  * LINE_MAX renamed to STR_LINE_MAX.
  *
  * Revision 1.18  1995/05/16  09:40:42  adam
@@ -142,7 +150,9 @@ struct gw_kernel_info {
     char target[128];
     char hostname[128];
     char account[128];
+    int  account_in_session;
     int  port;
+    int  connect_failed;
     const char *lang;
     const char *override_portno;
     const char *override_hostname;