mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
conf/conf.h: Fix a description of a variable in a structure
This commit is contained in:
parent
1b7ddb0ea0
commit
bd7958776b
@ -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 New Issue
Block a user