so can do something like this:
Code:
typedef struct { char buff[102400]; int length; int fd; } Block;