summaryrefslogtreecommitdiffstats
path: root/src/afb-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-config.h')
-rw-r--r--src/afb-config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/afb-config.h b/src/afb-config.h
index eb76abe8..43b550db 100644
--- a/src/afb-config.h
+++ b/src/afb-config.h
@@ -32,7 +32,8 @@ struct afb_config {
char *roothttp; // directory for http files
char *rootbase; // Angular HTML5 base URL
char *rootapi; // Base URL for REST APIs
- char *sessiondir; // where to store mixer session files
+ char *workdir; // where to run the program
+ char *uploaddir; // where to store transient files
char *token; // initial authentication token [default NULL no session]
struct afb_config_list *aliases;