updates.
[silc.git] / apps / silcd / server_internal.h
index 5cd0241ecf5ec5074ace09655c2dd0532a6e0bf2..a40adec6a835bb3028befe18935fe658b5d5375d 100644 (file)
@@ -77,7 +77,9 @@ struct SilcServerStruct {
   SilcServerEntry router;           /* Pointer to the primary router */
   unsigned long router_connect;             /* Time when router was connected */
   SilcServerBackup backup;          /* Backup routers */
-  bool backup_router;
+  bool backup_router;               /* TRUE if this is backup router */
+  bool backup_primary;              /* TRUE if we've switched our primary
+                                       router to a backup router. */
 
   /* Current command identifier, 0 not used */
   uint16 cmd_ident;