Handle separate functons for retrieving core stats and info.

Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
Michal Mielewczyk
2019-09-02 09:14:53 -04:00
parent 1abb1e7c72
commit 39a3d04c93
5 changed files with 12 additions and 13 deletions

View File

@@ -208,8 +208,7 @@ struct kcas_core_info {
/** Core id */
uint16_t core_id;
/** CAS statistics of core */
struct ocf_stats_core stats;
struct ocf_core_info info;
ocf_core_state_t state;