diff options
author | Pavel Tvrdik <pawel.tvrdik@gmail.com> | 2016-11-30 10:21:43 +0100 |
---|---|---|
committer | Pavel Tvrdik <pawel.tvrdik@gmail.com> | 2016-11-30 11:57:35 +0100 |
commit | bd7958776baede8175505aa6813ffa96f3ec43fa (patch) | |
tree | d68b21d4b54e22e83473d9476d7a9193627e75c9 /conf/conf.h | |
parent | 1b7ddb0ea01aae0be6cb5f89259bad88b5066b1a (diff) |
conf/conf.h: Fix a description of a variable in a structure
Diffstat (limited to 'conf/conf.h')
-rw-r--r-- | conf/conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/conf.h b/conf/conf.h index cb5ade47..4b245e00 100644 --- a/conf/conf.h +++ b/conf/conf.h @@ -23,7 +23,7 @@ struct config { list protos; /* Configured protocol instances (struct proto_config) */ list tables; /* Configured routing tables (struct rtable_config) */ list logfiles; /* Configured log files (sysdep) */ - list tests; /* Configured unit tests */ + list tests; /* Configured unit tests (f_bt_test_suite) */ int mrtdump_file; /* Configured MRTDump file (sysdep, fd in unix) */ char *syslog_name; /* Name used for syslog (NULL -> no syslog) */ |