summaryrefslogtreecommitdiffstats
path: root/include/haproxy/stconn-t.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/haproxy/stconn-t.h')
-rw-r--r--include/haproxy/stconn-t.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/haproxy/stconn-t.h b/include/haproxy/stconn-t.h
index f418e95..c346847 100644
--- a/include/haproxy/stconn-t.h
+++ b/include/haproxy/stconn-t.h
@@ -39,6 +39,7 @@ enum iobuf_flags {
* .done_fastfwd() on consumer side must take care of this flag
*/
IOBUF_FL_EOI = 0x00000010, /* A EOI was encountered on producer side */
+ IOBUF_FL_FF_WANT_ROOM = 0x00000020, /* Producer need more room in the IOBUF to forward data */
};
/* Flags used */