Merge commit 'origin/silc.1.1.branch'
[silc.git] / apps / silcd / idlist.h
index 6af4a9eb99f561cc841cfdd23330dd1d05e71e66..7b9c2ad139647bd385ee5e09369d5d4e7b130666 100644 (file)
@@ -162,6 +162,9 @@ struct SilcServerEntryStruct {
 
   /* Connection data */
   void *connection;
+
+  void *backup_proto;
+  unsigned int backup  : 1;    /* Set when executing backup protocol */
 };
 
 /*
@@ -551,6 +554,7 @@ typedef struct {
   const char *hostname;
   const char *ip;
   SilcUInt16 port;
+  SilcConnectionType conn_type;
 } *SilcUnknownEntry;
 
 /* Prototypes */