Get rid of the type field on zmessage
This commit is contained in:
parent
7bd6aa42b0
commit
685070d65e
13 changed files with 35 additions and 53 deletions
|
|
@ -6,6 +6,7 @@
|
|||
#define DENALI_READ 100
|
||||
|
||||
struct DenaliRead {
|
||||
uint64_t request_type = DENALI_READ;
|
||||
uint64_t device_id;
|
||||
|
||||
uint64_t lba;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue