view c/regex/read.h @ 90:d139af3bbd67

remove static variable in printTree.cc
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Fri, 23 Oct 2015 17:48:01 +0900
parents 0433a15ea8d2
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;