diff example/word_count/WordCount.h @ 949:86aea6affe6c

word count size fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 02 Aug 2010 15:05:02 +0900
parents a468a9784e87
children
line wrap: on
line diff
--- a/example/word_count/WordCount.h	Mon Aug 02 09:36:02 2010 +0900
+++ b/example/word_count/WordCount.h	Mon Aug 02 15:05:02 2010 +0900
@@ -14,6 +14,7 @@
     int out_task_num;
     int pad; 
     char * file_mmap;
+    int file_size;
     HTaskPtr t_print;
 } WordCount;