From 50f10f120936a429dc450f58a40951fa5d59458a Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Sat, 23 Nov 2013 21:11:15 +0000
Subject: [PATCH] Somewhat evolved paralelism.

---
 src/timestep.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/timestep.h b/src/timestep.h
index 15ad6d1..8cc79e8 100644
--- a/src/timestep.h
+++ b/src/timestep.h
@@ -4,9 +4,11 @@
 
 typedef struct str_thdata
 {
-    int thread_no;
+    ts_uint thread_no;
+	ts_uint threads;
     ts_vesicle *vesicle;
     pthread_mutex_t *vtx_tainting_lock;
+    pthread_mutex_t *vtx_untainting_lock;
 } thdata;
 
 

--
Gitblit v1.9.3