Mercurial > hg > Gears > GearsAgda
diff src/parallel_execution/context.c @ 147:f2275f5777f4
add treeRotate data
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 10 Nov 2016 10:35:48 +0900 |
parents | cc071cf1ba85 |
children | 473b7d990a1f |
line wrap: on
line diff
--- a/src/parallel_execution/context.c Thu Nov 10 09:27:01 2016 +0900 +++ b/src/parallel_execution/context.c Thu Nov 10 10:35:48 2016 +0900 @@ -151,6 +151,8 @@ struct Traverse* traverse = ALLOC_DATA(context, Traverse); traverse->nodeStack = &createSingleLinkedStack(context)->stack; + ALLOC_DATA(context, RotateTree); + struct Node* node = ALLOC_DATA(context, Node); node->key = 0; node->value = 0;