X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafs-config.h;h=f374e81dcbae24c972626d199bac715dd60b6b79;hb=919445036879bb7681cd19582a899ea43609c8a3;hp=826f6a25cb2c04d41e1d07b3e489febac01ad79c;hpb=ac7a95223a6314cca6250495ea59c3cf7e46e89e;p=src%2Fapp-framework-binder.git diff --git a/src/afs-config.h b/src/afs-config.h index 826f6a25..f374e81d 100644 --- a/src/afs-config.h +++ b/src/afs-config.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016, 2017 "IoT.bzh" + * Copyright (C) 2015-2018 "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;