summaryrefslogtreecommitdiffstats
path: root/src/server.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-10-04 12:22:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-10-04 12:22:35 +0000
commit27389dc7d4aacc15a6201621fb793b3e1027f46e (patch)
treec91ab0ac9447b25f91c05e901212c2142fb95953 /src/server.h
parentAdding upstream version 1.7.3. (diff)
downloadttyd-0ff0c0d7fc0fe0cecdb6f84d58b4fc7296b05d7d.tar.xz
ttyd-0ff0c0d7fc0fe0cecdb6f84d58b4fc7296b05d7d.zip
Adding upstream version 1.7.4.upstream/1.7.4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/server.h')
-rw-r--r--src/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server.h b/src/server.h
index 794965a..4a659b0 100644
--- a/src/server.h
+++ b/src/server.h
@@ -74,7 +74,7 @@ struct server {
int sig_code; // close signal
char sig_name[20]; // human readable signal string
bool url_arg; // allow client to send cli arguments in URL
- bool readonly; // whether not allow clients to write to the TTY
+ bool writable; // whether clients to write to the TTY
bool check_origin; // whether allow websocket connection from different origin
int max_clients; // maximum clients to support
bool once; // whether accept only one client and exit on disconnection