X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmsgbase.h;h=511f440f912844afcd46e413236a61c0ebc2a90e;hb=bca07fe9d2e256d08e5267834699565652ece116;hp=2cf4c64778d92d2143b5efcb5b746c4dbd6bf2e7;hpb=878f28d552fd8ac2a8ad233e80f757e2de86cdc4;p=citadel.git diff --git a/citadel/msgbase.h b/citadel/msgbase.h index 2cf4c6477..511f440f9 100644 --- a/citadel/msgbase.h +++ b/citadel/msgbase.h @@ -17,6 +17,10 @@ struct ma_info { }; +struct repl { /* Info for replication checking */ + char extended_id[256]; + time_t highest; +}; int alias (char *name);