From eda3bb6d45772bfe1d979d415568c515b896006c Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Mon, 9 Jul 2018 10:07:28 +0800 Subject: some more separation of stream_t and input_t --- src/program.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/program.h') 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 -- cgit v1.2.1