Added API for updating statistics.

Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
Michal Mielewczyk
2019-09-05 05:27:03 -04:00
parent 42d6dbbf11
commit 0d4f4d3294
3 changed files with 130 additions and 3 deletions

View File

@@ -5,10 +5,9 @@
/**
* @file
* @brief OCF API for getting and reseting statistics
* @brief OCF API for updating and reseting statistics
*
* This file contains routines pertaining to retrieval and
* manipulation of OCF IO statistics.
* This file contains routines pertaining to manipulation of OCF IO statistics.
*/
#ifndef __OCF_STATS_H__