afs-supervisor: Add ws-server option
[src/app-framework-binder.git] / src / afs-config.h
index ca7dfc2..f374e81 100644 (file)
@@ -26,6 +26,7 @@ struct afs_config {
        char *uploaddir;        // where to store transient files
        char *token;            // initial authentication token [default NULL no session]
        char *name;             /* name to set to the daemon */
+       char *ws_server;        /* exported api */
 
        /* integers */
        int httpdPort;