轮询
函数定义
触发已完成请求的回调,接口类型取决于执行回调接口的类型。
实现方法
int ocf_poll(uint32_t io_worker_id, uint32_t max_num);
参数说明
参数名 |
数据类型 |
参数类型 |
描述 |
---|---|---|---|
io_worker_id |
uint32_t |
入参 |
io_worker标识 |
max_num |
uint32_t |
入参 |
每次可处理的请求结果的最大数量 |
返回值
STATE_SUCCESS,请求提交ocf队列成功。
STATE_OCF_UNAVAILABLE,ocf不可用。
STATE_PARAM_INVALID,io_worker_id值异常。
父主题: 对外接口