diff src/parallel_execution/context.h @ 138:04a2f486a30d

insert works but is not balanced
author kono
date Tue, 08 Nov 2016 19:39:40 +0900 (2016-11-08)
parents a747dc9d4da6
children 34a7a21edc36
line wrap: on
line diff
--- a/src/parallel_execution/context.h	Tue Nov 08 17:35:03 2016 +0900
+++ b/src/parallel_execution/context.h	Tue Nov 08 19:39:40 2016 +0900
@@ -216,6 +216,7 @@
         enum Code next;
         enum Code rotateNext;
         struct Node* current; // reading node of original tree
+        struct Node* previous; // parent of reading node of original tree
         struct Node* newNode; // writing node of new tree
         struct Stack* nodeStack;
         int result;