Began implementation of Journaling and Envelope Journaling.
[citadel.git] / citadel / server.h
index 610de480d7cefa5e825dae646533e44476f50ecd..2b60be19372c40d96a2253db6f05a85c65d11771 100644 (file)
@@ -219,6 +219,7 @@ enum {
        S_FLOORCACHE,
        S_DEBUGMEMLEAKS,
        S_ATBF,
+       S_JOURNAL_QUEUE,
        MAX_SEMAPHORES
 };
 
@@ -466,6 +467,6 @@ struct ser_ret {
 /*               **********                    Important fields */
 /*                         ***************     Semi-important fields */
 /*                                        *    Message text (MUST be last) */
-#define FORDER "IPTAFONHRDBCEGJKLQSVWXZYUM"
+#define FORDER "IPTAFONHRDBCEJGKLQSVWXZYUM"
 
 #endif /* SERVER_H */