Mercurial > hg > Members > masakoha > testcode
view c/dfaTobin/read.h @ 45:89a198fa6b23
add dfrTobin
author | Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 18 May 2015 13:34:36 +0900 |
parents | |
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;