config: change default config to use toml-based configuration
This commit is contained in:
parent
e24a61bc62
commit
3cebf651c5
58 changed files with 14093 additions and 145 deletions
|
|
@ -150,7 +150,7 @@ unsafe extern "C" fn default_client_init(
|
|||
size: usize,
|
||||
) -> *const u8 {
|
||||
extern "C" fn configure() {
|
||||
default_config::configure();
|
||||
jay_toml_config::configure();
|
||||
}
|
||||
jay_config::_private::client::init(srv_data, srv_unref, srv_handler, msg, size, configure)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue