The interface implemented by applications to accept notifications of the completion of asynchronous operations. More...
| Public Attributes | |
| int(* | notify )(WT_ASYNC_CALLBACK *cb, WT_ASYNC_OP *op, int op_ret, uint32_t flags) | 
| Callback to receive completion notification.  More... | |
The interface implemented by applications to accept notifications of the completion of asynchronous operations.
Applications register their implementation with WiredTiger by calling WT_CONNECTION::async_new_op.
| int(* WT_ASYNC_CALLBACK::notify) (WT_ASYNC_CALLBACK *cb, WT_ASYNC_OP *op, int op_ret, uint32_t flags) | 
Callback to receive completion notification.
| [in] | op | the operation handle | 
| [in] | op_ret | the result of the async operation | 
| [in] | flags | currently unused |