Network Block Device
@PACKAGE_VERSION@
|
#include <nbd.h>
Data Fields | |
__be32 | magic |
__be32 | type |
char | handle [8] |
__be64 | from |
__be32 | len |
__be64 nbd_request::from |
Definition at line 69 of file nbd.h.
Referenced by exptrim(), main(), and mainloop().
char nbd_request::handle[8] |
Definition at line 68 of file nbd.h.
Referenced by main(), and mainloop().
__be32 nbd_request::len |
Definition at line 70 of file nbd.h.
Referenced by exptrim(), main(), and mainloop().
__be32 nbd_request::magic |
Definition at line 66 of file nbd.h.
Referenced by main(), and mainloop().
__be32 nbd_request::type |
Definition at line 67 of file nbd.h.
Referenced by main(), and mainloop().