Skip to content

Commit

Permalink
RIP MapTask2, long live MapTask
Browse files Browse the repository at this point in the history
  • Loading branch information
Toon Schoenmakers committed Mar 21, 2016
1 parent 893397a commit 811ea02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static int map(const Stdin &input)
auto modulo = argc > 1 ? (int)argv.get(argc - 1) : 1;

// create the task
Yothalot::MapTask2 task(base(), &mapreduce, modulo);
Yothalot::MapTask task(base(), &mapreduce, modulo);

// add the data to process
task.process(input.data(), input.size());
Expand Down

0 comments on commit 811ea02

Please sign in to comment.