summaryrefslogtreecommitdiff
path: root/conf/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'conf/conf.h')
-rw-r--r--conf/conf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/conf.h b/conf/conf.h
index c0a897fc..dd296652 100644
--- a/conf/conf.h
+++ b/conf/conf.h
@@ -14,6 +14,7 @@
#include "lib/hash.h"
#include "lib/resource.h"
#include "lib/timer.h"
+#include "lib/tlists.h"
/* Configuration structure */
struct config {
@@ -25,6 +26,7 @@ struct config {
list logfiles; /* Configured log files (sysdep) */
list tests; /* Configured unit tests (f_bt_test_suite) */
list symbols; /* Configured symbols in config order */
+ TLIST_STRUCT_DEF(cli_config, struct cli_config) cli; /* Configured CLI sockets */
int mrtdump_file; /* Configured MRTDump file (sysdep, fd in unix) */
const char *syslog_name; /* Name used for syslog (NULL -> no syslog) */