From 8e6850107adb5ca37ed0e9a4500282b2e8743294 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 20 Jul 2013 14:01:01 +0200 Subject: Rough structure done. Parallel working should work. --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 11923eb..9959c22 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ typedef struct { int width, height; - int jobsize, jobs, procn; + int jobsize, jobs, threads; char* statefile; char* output; -- cgit v1.2.3-54-g00ecf