summaryrefslogtreecommitdiffstats
path: root/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream.h')
-rw-r--r--stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream.h b/stream.h
index 3b9db2b3..e81dc8c1 100644
--- a/stream.h
+++ b/stream.h
@@ -55,6 +55,7 @@ struct strm_base {
unsigned force_break;
cnum max_length;
cnum max_depth;
+ val close_result;
struct strm_ctx *ctx;
};