view c/read_lseek/read.h @ 116:66c633575b53 pairPro

remove error and warning
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Tue, 24 Nov 2015 17:07:08 +0900
parents cd6ac4ce5c3c
children
line wrap: on
line source

typedef struct read{
    int fd;
    unsigned long int text_size;
    int one_task_read_size;
    int task_num;
} read_t;