Merge pull request #38 from robertbaldyga/remove-name_size
Remove name_size field from cache and core config
This commit is contained in:
@@ -40,11 +40,6 @@ struct ocf_mngt_core_config {
|
||||
*/
|
||||
const char *name;
|
||||
|
||||
/**
|
||||
* @brief OCF core name size
|
||||
*/
|
||||
size_t name_size;
|
||||
|
||||
/**
|
||||
* @brief OCF cache ID number
|
||||
*/
|
||||
@@ -215,11 +210,6 @@ struct ocf_mngt_cache_config {
|
||||
*/
|
||||
const char *name;
|
||||
|
||||
/**
|
||||
* @brief Size of cache name
|
||||
*/
|
||||
size_t name_size;
|
||||
|
||||
/**
|
||||
* @brief Cache mode
|
||||
*/
|
||||
|
Reference in New Issue
Block a user