]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
conf/conf.h: Fix a description of a variable in a structure
authorPavel Tvrdik <pawel.tvrdik@gmail.com>
Wed, 30 Nov 2016 09:21:43 +0000 (10:21 +0100)
committerPavel Tvrdik <pawel.tvrdik@gmail.com>
Wed, 30 Nov 2016 10:57:35 +0000 (11:57 +0100)
conf/conf.h

index cb5ade47c36c5caa42d51be9a76c7b35736a3167..4b245e0003eb11ab6248aec909f08d2da70c514e 100644 (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) */