X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fconf-internal.h;h=67a96cf5baece5563bf866c68a57d265fcd33467;hb=ecf11d9c9949a6e9323a4f18c2418532d7f77b8f;hp=95ef6e6ff2892918610e73cdd7a28c9ee0580f73;hpb=b3d3d2847cb34363c5e7a5a6bf8155b710d7afcd;p=libucw.git diff --git a/ucw/conf-internal.h b/ucw/conf-internal.h index 95ef6e6f..67a96cf5 100644 --- a/ucw/conf-internal.h +++ b/ucw/conf-internal.h @@ -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;