X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafs-config.h;h=1fe7da2aca1751377f750ed68fca29c07c768cbd;hb=refs%2Fchanges%2F43%2F20543%2F1;hp=ca7dfc24a16aa9e95196a4254f6793783dc4e51d;hpb=24d000c2290126abf88204089d132229d63f9a05;p=src%2Fapp-framework-binder.git diff --git a/src/afs-config.h b/src/afs-config.h index ca7dfc24..1fe7da2a 100644 --- a/src/afs-config.h +++ b/src/afs-config.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 "IoT.bzh" + * Copyright (C) 2015-2019 "IoT.bzh" * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -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;