Implement asynchronous attach, load, detach and stop
NOTE: This is still not the real asynchronism. Metadata interfaces are still not fully asynchronous. Signed-off-by: Robert Baldyga <robert.baldyga@intel.com> Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
@@ -266,12 +266,4 @@ void ocf_cache_set_priv(ocf_cache_t cache, void *priv);
|
||||
*/
|
||||
void *ocf_cache_get_priv(ocf_cache_t cache);
|
||||
|
||||
/**
|
||||
* @brief Set queue to be used during flush operation
|
||||
*
|
||||
* @param[in] cache Cache object
|
||||
* @param[in] queue Queue object
|
||||
*/
|
||||
void ocf_cache_set_flush_queue(ocf_cache_t cache, ocf_queue_t queue);
|
||||
|
||||
#endif /* __OCF_CACHE_H__ */
|
||||
|
||||
Reference in New Issue
Block a user