diff example/fileread/FileRead.h @ 1910:b7b528e9ec5e draft

Implement divide read in word_count ( but cannot running )
author Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
date Sun, 19 Jan 2014 22:54:01 +0900
parents 7b3aa1a31c3a
children
line wrap: on
line diff
--- a/example/fileread/FileRead.h	Sun Jan 19 21:39:52 2014 +0900
+++ b/example/fileread/FileRead.h	Sun Jan 19 22:54:01 2014 +0900
@@ -1,15 +1,15 @@
 
 typedef struct fileRead {
-   struct fileRead *self;
-   long fd;
-   long division_size;
-   long task_number;
-   long task_num;
-   long left_task_num;
-   long filesize;
-   long left_size;
-   int task_blocks;
-   char *read_text;
-   CPU_TYPE cpu;
-   HTaskPtr t_print;
+    struct fileRead *self;
+    long fd;
+    long division_size;
+    long task_number;
+    long task_num;
+    long left_task_num;
+    long filesize;
+    long left_size;
+    int task_blocks;
+    char *read_text;
+    CPU_TYPE cpu;
+    HTaskPtr t_print;
 } FileRead, *FileReadPtr;