.destroy = _destroy,
},
},
- .provider = attr_provider_create()
+ .provider = attr_provider_create(),
);
hydra->attributes->add_provider(hydra->attributes, &this->provider->provider);
INIT(this,
.public = {
.plugin = {
- .destroy = _destroy
+ .destroy = _destroy,
},
},
- .db = lib->db->create(lib->db, uri)
+ .db = lib->db->create(lib->db, uri),
);
if (!this->db)
.public = {
.plugin = {
.destroy = _destroy,
- }
- }
+ },
+ },
);
hydra->kernel_interface->add_ipsec_interface(hydra->kernel_interface,
(kernel_ipsec_constructor_t)kernel_klips_ipsec_create);
INIT(this,
.public = {
.plugin = {
- .destroy = _destroy
+ .destroy = _destroy,
},
},
.handler = resolve_handler_create(),