conf/conf.h: Fix a description of a variable in a structure

This commit is contained in:
Pavel Tvrdik 2016-11-30 10:21:43 +01:00
parent 1b7ddb0ea0
commit bd7958776b

View file

@ -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) */