diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2010-02-03 00:19:24 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2010-02-03 00:19:24 +0100 |
commit | c37e78510f2ac4d9bb4c44eddf33352eda72fd0f (patch) | |
tree | 82153f7a851aeeaf6999ee59b3bd18ebbc761254 /conf/conf.h | |
parent | 44f26560ec9f108039e6736d6de929f899bf20ea (diff) | |
download | bird-c37e78510f2ac4d9bb4c44eddf33352eda72fd0f.tar bird-c37e78510f2ac4d9bb4c44eddf33352eda72fd0f.zip |
Makes date/time formats configurable.
Diffstat (limited to 'conf/conf.h')
-rw-r--r-- | conf/conf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/conf.h b/conf/conf.h index f8ab713..5823cdb 100644 --- a/conf/conf.h +++ b/conf/conf.h @@ -29,6 +29,11 @@ struct config { u32 listen_bgp_flags; /* Listening BGP socket should use these flags */ unsigned proto_default_debug; /* Default protocol debug mask */ unsigned proto_default_mrtdump; /* Default protocol mrtdump mask */ + struct timeformat tf_route; /* Time format for 'show route' */ + struct timeformat tf_proto; /* Time format for 'show protocol' */ + struct timeformat tf_log; /* Time format for the logfile */ + struct timeformat tf_base; /* Time format for other purposes */ + int cli_debug; /* Tracing of CLI connections and commands */ char *err_msg; /* Parser error message */ int err_lino; /* Line containing error */ |