diff example/regex_mas/Func.h @ 1956:b52fe4cceff3 draft

rename divide read to block read
author Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
date Fri, 07 Feb 2014 15:52:23 +0900
parents 2573919e0d72
children
line wrap: on
line diff
--- a/example/regex_mas/Func.h	Fri Feb 07 15:08:03 2014 +0900
+++ b/example/regex_mas/Func.h	Fri Feb 07 15:52:23 2014 +0900
@@ -1,8 +1,9 @@
 enum {
 #include "SysTasks.h"
+    TASK_EXEC,
+    BREAD_RUN_TASK_BLOCKS,
+    MMAP_RUN_TASK_BLOCKS,
     READ_TASK,
-    TASK_EXEC,
-    RUN_TASK_BLOCKS,
     PRINT_TASK,
 };