afb-export: cleanup of unused async
[src/app-framework-binder.git] / src / afb-config.h
index 792a6b8..b47670d 100644 (file)
@@ -17,7 +17,7 @@
 #pragma once
 
 /*
- * other definitions --------------------------------------------------- 
+ * other definitions ---------------------------------------------------
  */
 
 struct afb_config_list {
@@ -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;