]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/conf-internal.h
MD5: The rest of the test suite
[libucw.git] / ucw / conf-internal.h
index 95ef6e6ff2892918610e73cdd7a28c9ee0580f73..67a96cf5baece5563bf866c68a57d265fcd33467 100644 (file)
@@ -49,7 +49,7 @@ struct cf_context {
   uns other_options;                   // used internally by cf_getopt()
   clist conf_entries;                  // files/strings to reload
   struct cf_journal_item *journal;     // journalling
-  int need_journal;
+  int enable_journal;
   struct old_pools *pools;
   struct item_stack stack[MAX_STACK_SIZE];     // interpreter stack
   uns stack_level;