Data Fields | |
off_t | exportsize |
size of the file we're exporting | |
char * | clientname |
peer | |
char * | exportname |
(processed) filename of the file we're exporting | |
GArray * | export |
array of filedescriptors of exported files; only the first is actually used unless we're doing the multiple file option | |
int | net |
The actual client socket. | |
SERVER * | server |
The server this client is getting data from. | |
char * | difffilename |
filename of the copy-on-write file, if any | |
int | difffile |
filedescriptor of copyonwrite file. | |
u32 | difffilelen |
number of pages in difffile | |
u32 * | difmap |
see comment on the global difmap for this one |
|
filedescriptor of copyonwrite file.
|