diff --git a/src/ocf_request.h b/src/ocf_request.h index 3ea539f..5492822 100644 --- a/src/ocf_request.h +++ b/src/ocf_request.h @@ -192,6 +192,12 @@ struct ocf_request { int error; /*!< This filed indicates an error for OCF request */ + int cache_error; + /*!< Indicator of forward IO cache device error */ + + int core_error; + /*!< Indicator of forward IO core device error */ + ocf_part_id_t part_id; /*!< Targeted partition of requests */