Condy v1.5.0
C++ Asynchronous System Call Layer for Linux
Loading...
Searching...
No Matches
condy::NVMeResult Struct Reference

Result for NVMe passthrough commands, containing the status and result of the command. More...

#include <cqe_handler.hpp>

Public Attributes

int status
 Status of this NVMe command, is the value of cqe->res for the corresponding CQE.
uint64_t result
 Result of this NVMe command, is the value of cqe->big_cqe[0] for the corresponding CQE.

Detailed Description

Result for NVMe passthrough commands, containing the status and result of the command.

Definition at line 92 of file cqe_handler.hpp.


The documentation for this struct was generated from the following file: