aboutsummaryrefslogtreecommitdiffstats
path: root/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'conf.h')
-rw-r--r--conf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf.h b/conf.h
index 4a969527..f4976039 100644
--- a/conf.h
+++ b/conf.h
@@ -44,12 +44,14 @@ typedef struct conf
char *plugindir;
char *pidfile;
char *motdfile;
- char *welcomefile;
char *primary_storage;
char **migrate_storage;
int ping_interval;
int ping_timeout;
char *user;
+ size_t ft_max_size;
+ int ft_max_kbps;
+ char *ft_listen;
char **protocols;
} conf_t;