changeset 238:e450bd33b33b

add worker.h
author mir3636
date Tue, 24 Jan 2017 09:21:47 +0900
parents 6f6cc49213c5
children cc13a1608364 864bb372f37f
files src/parallel_execution/worker.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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);