Added function to hanlde single request from queue.

This commit is contained in:
Michal Mielewczyk
2019-02-13 11:46:40 -05:00
parent a089df00df
commit f8037cb349
2 changed files with 26 additions and 14 deletions

View File

@@ -11,6 +11,13 @@
* @brief OCF queues API
*/
/**
* @brief Process single request from queue
*
* @param[in] q Queue to run
*/
void ocf_queue_run_single(ocf_queue_t q);
/**
* @brief Run queue processing
*