* Replication fixes
[citadel.git] / citadel / msgbase.h
index 2cf4c64778d92d2143b5efcb5b746c4dbd6bf2e7..511f440f912844afcd46e413236a61c0ebc2a90e 100644 (file)
@@ -17,6 +17,10 @@ struct ma_info {
 };
 
 
+struct repl {                  /* Info for replication checking */
+       char extended_id[256];
+       time_t highest;
+};
 
 
 int alias (char *name);