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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afb-config.h b/src/afb-config.h
index 792a6b8f..f1a27f7a 100644
--- a/src/afb-config.h
+++ b/src/afb-config.h
@@ -35,6 +35,7 @@ struct afb_config {
char *workdir; // where to run the program
char *uploaddir; // where to store transient files
char *token; // initial authentication token [default NULL no session]
+ char *name; /* name to set to the daemon */
struct afb_config_list *aliases;
struct afb_config_list *dbus_clients;