aboutsummaryrefslogtreecommitdiffstats
path: root/src/afs-config.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2018-04-07 00:01:33 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2018-06-13 17:14:18 +0200
commit9dfc52b10b075bf538e9774176178007eec8e48a (patch)
tree7892aacf44208fd75733a74c10e090d92c620c64 /src/afs-config.h
parentcab05ba72abeb335b456b0820e053c94b91986e7 (diff)
afs-supervisor: Add ws-server option
This allow exportation of the API of the supervisor. Change-Id: I167ec94f00f40f8c3640377a46820e6a060b24f1 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afs-config.h')
-rw-r--r--src/afs-config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afs-config.h b/src/afs-config.h
index ca7dfc24..f374e81d 100644
--- a/src/afs-config.h
+++ b/src/afs-config.h
@@ -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;