view example/fileread/FileRead.h @ 1898:9c7faab0181c draft

Make.parallel fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 14 Jan 2014 21:07:09 +0900
parents 7b3aa1a31c3a
children b7b528e9ec5e
line wrap: on
line source


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;
} FileRead, *FileReadPtr;