summaryrefslogtreecommitdiff
path: root/src/input.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2018-06-17 11:32:52 +0700
committerAdrian Thurston <thurston@colm.net>2018-06-17 11:32:52 +0700
commitc441b29caba87edfa6953a72a64d0b90c68cf220 (patch)
treeca1ad5626aec349cd5026133309b648310c7c387 /src/input.h
parent302c0393753677906959ccfd6180ef75c2294d0a (diff)
downloadcolm-c441b29caba87edfa6953a72a64d0b90c68cf220.tar.gz
starting on a stream_impl for text blocks
Working towards putting all content, text, trees, file stream, memory stream and their corresponding locations in the second level stream implementation, leaving the top to just manage a list of stream implementatios of abstract type.
Diffstat (limited to 'src/input.h')
-rw-r--r--src/input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input.h b/src/input.h
index a728e46a..c03902e8 100644
--- a/src/input.h
+++ b/src/input.h
@@ -68,6 +68,7 @@ struct run_buf
enum run_buf_type type;
long length;
struct colm_tree *tree;
+ struct stream_impl *si;
long offset;
struct run_buf *next, *prev;