|
Network Block Device
@PACKAGE_VERSION@
|
Data Fields | |
| uint64_t | seq |
| char | orighandle [8] |
| struct nbd_request | req |
| struct reqcontext * | next |
| struct reqcontext * | prev |
Definition at line 66 of file nbd-tester-client.c.
| struct reqcontext* reqcontext::next |
Definition at line 70 of file nbd-tester-client.c.
Referenced by rclist_addtail(), and rclist_unlink().
| char reqcontext::orighandle[8] |
Definition at line 68 of file nbd-tester-client.c.
Referenced by integrity_test().
| struct reqcontext* reqcontext::prev |
Definition at line 71 of file nbd-tester-client.c.
Referenced by rclist_addtail(), and rclist_unlink().
| struct nbd_request reqcontext::req |
Definition at line 69 of file nbd-tester-client.c.
Referenced by integrity_test().
| uint64_t reqcontext::seq |
Definition at line 67 of file nbd-tester-client.c.
Referenced by integrity_test().
1.8.8