change config engine to be more modular

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@156 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale
2007-05-26 04:09:46 +00:00
parent 08e7a925ec
commit ae45a51151
5 changed files with 146 additions and 129 deletions

View File

@@ -306,6 +306,7 @@ extern zap_logger_t zap_log;
struct zap_io_interface {
const char *name;
zio_configure_span_t configure_span;
zio_configure_t configure;
zio_open_t open;
zio_close_t close;