diff src/parallel_execution/context.h @ 103:6402a33250a6

remove stack from getQueue
author ikkun
date Wed, 02 Mar 2016 21:19:01 +0900
parents 64c98838a291
children 828ab677c8ef
line wrap: on
line diff
--- a/src/parallel_execution/context.h	Wed Mar 02 20:51:33 2016 +0900
+++ b/src/parallel_execution/context.h	Wed Mar 02 21:19:01 2016 +0900
@@ -147,6 +147,7 @@
         struct Node* root;
     } tree;
     struct Traverse {
+        enum Code next;
         struct Node* current;
         int result;
     } traverse;