summaryrefslogtreecommitdiff
path: root/src/program.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2018-07-09 10:07:28 +0800
committerAdrian Thurston <thurston@colm.net>2018-07-09 10:07:28 +0800
commiteda3bb6d45772bfe1d979d415568c515b896006c (patch)
treeee14ba32051d4262b89ee06e4a3610d7f27d718c /src/program.h
parentfca843990f60312d6e6c1b8774988cc624364d42 (diff)
downloadcolm-eda3bb6d45772bfe1d979d415568c515b896006c.tar.gz
some more separation of stream_t and input_t
Diffstat (limited to 'src/program.h')
-rw-r--r--src/program.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/program.h b/src/program.h
index 436e1bd0..21e21d36 100644
--- a/src/program.h
+++ b/src/program.h
@@ -118,7 +118,7 @@ struct colm_sections
void (*init_need)();
int (*reducer_need_tok)( program_t *prg, struct pda_run *pda_run, int id );
int (*reducer_need_ign)( program_t *prg, struct pda_run *pda_run );
- void (*read_reduce)( program_t *prg, int reducer, stream_t *stream );
+ void (*read_reduce)( program_t *prg, int reducer, input_t *input );
};
struct heap_list