conf/conf.h: Fix a description of a variable in a structure
This commit is contained in:
parent
1b7ddb0ea0
commit
bd7958776b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ struct config {
|
||||||
list protos; /* Configured protocol instances (struct proto_config) */
|
list protos; /* Configured protocol instances (struct proto_config) */
|
||||||
list tables; /* Configured routing tables (struct rtable_config) */
|
list tables; /* Configured routing tables (struct rtable_config) */
|
||||||
list logfiles; /* Configured log files (sysdep) */
|
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) */
|
int mrtdump_file; /* Configured MRTDump file (sysdep, fd in unix) */
|
||||||
char *syslog_name; /* Name used for syslog (NULL -> no syslog) */
|
char *syslog_name; /* Name used for syslog (NULL -> no syslog) */
|
||||||
|
|
Loading…
Reference in a new issue