--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/parallel_execution/worker.h Tue Jan 24 09:21:47 2017 +0900 @@ -0,0 +1,2 @@ +#include "context.h" +union Data* createCPUWorker(struct Context* context, int id, Queue* queue);