diff example/word_count/WordCount.h @ 1912:4a716f35980a draft

remove old my_mmap
author Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
date Mon, 20 Jan 2014 03:39:03 +0900
parents b7b528e9ec5e
children 889472b0e6d5
line wrap: on
line diff
--- a/example/word_count/WordCount.h	Sun Jan 19 23:36:02 2014 +0900
+++ b/example/word_count/WordCount.h	Mon Jan 20 03:39:03 2014 +0900
@@ -28,5 +28,6 @@
     char * file_mmap;
     int file_size;
     HTaskPtr t_print;
+    HTaskPtr t_exec;
 } WordCount, *WordCountPtr;