From 7876155157067a1b85854df7ac524e338ad6f864 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Thu, 24 Sep 2020 07:31:07 -0500 Subject: Start to add Git issues --- P1/src/mapreduce.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'P1') diff --git a/P1/src/mapreduce.c b/P1/src/mapreduce.c index 5b63f3f..7a38761 100644 --- a/P1/src/mapreduce.c +++ b/P1/src/mapreduce.c @@ -26,8 +26,8 @@ int main(int argc, char *argv[]) { sleep(1); - // To do - // spawn mappers processes and run 'mapper' executable using exec + // TODO: spawn mappers processes and run 'mapper' executable using exec + // To do // wait for all children to complete execution -- cgit v1.2.3