Remove low-level stats getters from public API.

Since stats builder is implemented for retrieving cache, core and ioclass stats,
adapters should use it instead.

Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
Michal Mielewczyk
2019-09-03 04:15:36 -04:00
parent 5f357272d1
commit 42d6dbbf11
4 changed files with 348 additions and 368 deletions

View File

@@ -29,7 +29,6 @@
#include "ocf_metadata_updater.h"
#include "ocf_io_class.h"
#include "ocf_stats.h"
#include "ocf_stats_builder.h"
#include "ocf_mngt.h"
#include "ocf_ctx.h"
#include "ocf_err.h"