aboutsummaryrefslogtreecommitdiffstats
path: root/P1/include/mapreduce.h
blob: 9b5950b53377394a2c30a04a52cf83e06c23054e (plain) (blame)
1
2
3
4
5
6
#ifndef MAPREDUCE_H
#define MAPREDUCE_H

#include "utils.h" //sendChunkData and shuffle

#endif