Fedora 30 packaging fix issu
[src/app-framework-binder.git] / src / afs-config.h
index 826f6a2..f374e81 100644 (file)
@@ -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;