summaryrefslogtreecommitdiff
path: root/src/struct.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2018-05-05 22:59:24 -0400
committerAdrian Thurston <thurston@colm.net>2018-05-05 22:59:24 -0400
commit422308c1f28fd2251ebd435ef22780801826bb83 (patch)
tree9fc7c9923f24e9b1aeeea954509557812e9ca854 /src/struct.h
parentb961d926f33bb24522808fb84450795b7ed326ad (diff)
downloadcolm-422308c1f28fd2251ebd435ef22780801826bb83.tar.gz
added a pointer from a parser stream back to parser
Diffstat (limited to 'src/struct.h')
-rw-r--r--src/struct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/struct.h b/src/struct.h
index bafbfb64..57ff9182 100644
--- a/src/struct.h
+++ b/src/struct.h
@@ -70,6 +70,7 @@ typedef struct colm_stream
void *buffer[8];
struct stream_impl *impl;
+ parser_t *parser;
} stream_t;
#define COLM_LIST_EL_SIZE 2