src/server/util/io.h

branch
webdav
changeset 361
570026d3a685
parent 354
017eda1be105
child 406
e5d96f6b9306
--- a/src/server/util/io.h	Sat May 14 15:22:37 2022 +0200
+++ b/src/server/util/io.h	Sun May 15 08:56:00 2022 +0200
@@ -138,6 +138,10 @@
      * end of file indicator (read)
      */
     WSBool   read_eof;
+    /*
+     * end of file indicator (write)
+     */
+    WSBool write_eof;
 };
 
 typedef struct SSLStream {

mercurial