Variables associated with a client socket. More...
Data Fields | |
int | fhandle |
file descriptor | |
off_t | startoff |
starting offset of this file |
Variables associated with a client socket.
Definition at line 192 of file nbd-server.c.
file descriptor
Definition at line 193 of file nbd-server.c.
Referenced by get_filepos(), and setupexport().
off_t FILE_INFO::startoff |
starting offset of this file
Definition at line 194 of file nbd-server.c.
Referenced by get_filepos(), and setupexport().