view example/fileread/FileRead.h @ 2048:6796d85f3d6b draft

remove error
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Thu, 28 Jan 2016 00:05:49 +0900
parents b7b528e9ec5e
children
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;