Update the configuration parsing API. Not finalized, but a step closer.

This commit is contained in:
Alex Gorrod
2014-02-24 15:38:48 +11:00
parent f507e94509
commit 54b39fc72f
15 changed files with 319 additions and 372 deletions

View File

@@ -40,3 +40,7 @@ COPYDOC(__wt_connection, WT_CONNECTION, add_data_source)
COPYDOC(__wt_connection, WT_CONNECTION, add_collator)
COPYDOC(__wt_connection, WT_CONNECTION, add_compressor)
COPYDOC(__wt_connection, WT_CONNECTION, add_extractor)
COPYDOC(__wt_config_parser, WT_CONFIG_PARSER, close)
COPYDOC(__wt_config_parser, WT_CONFIG_PARSER, next)
COPYDOC(__wt_config_parser, WT_CONFIG_PARSER, reset)
COPYDOC(__wt_config_parser, WT_CONFIG_PARSER, search)