This commit is contained in:
Alex Young
2012-06-06 13:44:49 +01:00
7 changed files with 95 additions and 39 deletions

View File

@@ -91,6 +91,7 @@ void serve_signal_close( struct server *serve );
struct mode_readwrite_params {
union mysockaddr connect_to;
union mysockaddr connect_from;
off64_t from;
off64_t len;
int data_fd;