summaryrefslogtreecommitdiff
path: root/pflocal/sock.h
diff options
context:
space:
mode:
Diffstat (limited to 'pflocal/sock.h')
-rw-r--r--pflocal/sock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pflocal/sock.h b/pflocal/sock.h
index dca16755..c1e73f9b 100644
--- a/pflocal/sock.h
+++ b/pflocal/sock.h
@@ -52,6 +52,9 @@ struct sock
another socket. */
struct pipe *read_pipe, *write_pipe;
+ /* The write limit that this side would like write_pipe to support. */
+ size_t req_write_limit;
+
/* FLAGS from SOCK_*, below. */
unsigned flags;