|
Network Block Device
@PACKAGE_VERSION@
|
Data Fields | |
| off_t | exportsize |
| size of the file we're exporting More... | |
| char * | clientname |
| peer More... | |
| char * | exportname |
| (processed) filename of the file we're exporting More... | |
| GArray * | export |
| array of FILE_INFO of exported files; array size is always 1 unless we're doing the multiple file option More... | |
| int | net |
| The actual client socket. More... | |
| SERVER * | server |
| The server this client is getting data from. More... | |
| char * | difffilename |
| filename of the copy-on-write file, if any More... | |
| int | difffile |
| filedescriptor of copyonwrite file. More... | |
| u32 | difffilelen |
| number of pages in difffile More... | |
| u32 * | difmap |
| see comment on the global difmap for this one More... | |
| gboolean | modern |
| client was negotiated using modern negotiation protocol More... | |
| int | transactionlogfd |
| fd for transaction log More... | |
| int | clientfeats |
| Features supported by this client. More... | |
Definition at line 243 of file nbd-server.c.
| int CLIENT::clientfeats |
Features supported by this client.
Definition at line 260 of file nbd-server.c.
| char* CLIENT::clientname |
peer
Definition at line 245 of file nbd-server.c.
| int CLIENT::difffile |
filedescriptor of copyonwrite file.
Definition at line 253 of file nbd-server.c.
Referenced by expflush().
| u32 CLIENT::difffilelen |
number of pages in difffile
Definition at line 256 of file nbd-server.c.
| char* CLIENT::difffilename |
filename of the copy-on-write file, if any
Definition at line 252 of file nbd-server.c.
| u32* CLIENT::difmap |
see comment on the global difmap for this one
Definition at line 257 of file nbd-server.c.
| GArray* CLIENT::export |
array of FILE_INFO of exported files; array size is always 1 unless we're doing the multiple file option
Definition at line 247 of file nbd-server.c.
| char* CLIENT::exportname |
(processed) filename of the file we're exporting
Definition at line 246 of file nbd-server.c.
| off_t CLIENT::exportsize |
size of the file we're exporting
Definition at line 244 of file nbd-server.c.
| gboolean CLIENT::modern |
client was negotiated using modern negotiation protocol
Definition at line 258 of file nbd-server.c.
| int CLIENT::net |
The actual client socket.
Definition at line 250 of file nbd-server.c.
| SERVER* CLIENT::server |
The server this client is getting data from.
Definition at line 251 of file nbd-server.c.
Referenced by serveconnection().
| int CLIENT::transactionlogfd |
fd for transaction log
Definition at line 259 of file nbd-server.c.
Referenced by serveconnection().
1.8.8