Add asynchronous compact support to async API.

This commit is contained in:
Susan LoVerso
2014-04-28 15:23:36 -04:00
parent 9e783e8b06
commit 10d75f7130
10 changed files with 168 additions and 100 deletions

View File

@@ -22,6 +22,7 @@ COPYDOC(__wt_async_op, WT_ASYNC_OP, search)
COPYDOC(__wt_async_op, WT_ASYNC_OP, insert)
COPYDOC(__wt_async_op, WT_ASYNC_OP, update)
COPYDOC(__wt_async_op, WT_ASYNC_OP, remove)
COPYDOC(__wt_async_op, WT_ASYNC_OP, compact)
COPYDOC(__wt_async_op, WT_ASYNC_OP, get_id)
COPYDOC(__wt_async_op, WT_ASYNC_OP, get_type)
COPYDOC(__wt_session, WT_SESSION, close)