Blame | Last modification | View Log | RSS feed
int fs_sock_send(int fd, void *pkt, int l);
struct MFile {
int read;
int send;
void *data;
};