Skip to content
Snippets Groups Projects
Commit 6302ae2b authored by Jan Kadlec's avatar Jan Kadlec
Browse files

Updated journal magic.

parent af8e2d19
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ typedef int (*journal_apply_t)(journal_t *j, journal_node_t *n);
* Journal defaults and constants.
*/
#define JOURNAL_NCOUNT 1024 /*!< Default node count. */
#define JOURNAL_MAGIC {'k', 'n', 'o', 't', '1', '0', '5'}
#define JOURNAL_MAGIC {'k', 'n', 'o', 't', '1', '4', '0'}
#define MAGIC_LENGTH 7
/* HEADER = magic, crc, max_entries, qhead, qtail */
#define JOURNAL_HSIZE (MAGIC_LENGTH + sizeof(crc_t) + sizeof(uint16_t) * 3)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment