Data Fields | |
char * | exportname |
(unprocessed) filename of the file we're exporting | |
off_t | hunksize |
size of a hunk of an exported file | |
off_t | expected_size |
size of the exported file as it was told to us through configuration | |
unsigned int | port |
port we're exporting this file at | |
char * | authname |
filename of the authorization file | |
int | flags |
flags associated with this exported file | |
unsigned int | timeout |
how long a connection may be idle (0=forever) | |
int | socket |
The socket of this server. |