Added function to hanlde single request from queue.
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
Reference in New Issue
Block a user