summaryrefslogtreecommitdiff
path: root/libs/surfaces/websockets/server.h
diff options
context:
space:
mode:
authorLuciano Iam <lucianito@gmail.com>2020-04-17 11:58:53 +0200
committerRobin Gareus <robin@gareus.org>2020-04-17 20:15:10 +0200
commit137042f80c9d9180682e6b4a1ac86ed0195c852d (patch)
tree701fe677d911c27ee54db177eeedc5583b3d3a2a /libs/surfaces/websockets/server.h
parent36a27b8a902331e0dde510f793b22ff84e5b0998 (diff)
WebSockets: rename _lws_mnt_index to _lws_mnt_root
This mount point not only serves the index but everything that is under / , including the built-in surfaces directory
Diffstat (limited to 'libs/surfaces/websockets/server.h')
-rw-r--r--libs/surfaces/websockets/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/websockets/server.h b/libs/surfaces/websockets/server.h
index 677ef21780..f3dde841c1 100644
--- a/libs/surfaces/websockets/server.h
+++ b/libs/surfaces/websockets/server.h
@@ -66,7 +66,7 @@ private:
struct lws_protocol_vhost_options _lws_vhost_opt;
#endif
struct lws_protocols _lws_proto[2];
- struct lws_http_mount _lws_mnt_index;
+ struct lws_http_mount _lws_mnt_root;
struct lws_http_mount _lws_mnt_user;
struct lws_context_creation_info _lws_info;
struct lws_context* _lws_context;