mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Protocols have their own explicit init routines
This commit is contained in:
@@ -195,3 +195,9 @@ struct protocol proto_device = {
|
||||
.reconfigure = dev_reconfigure,
|
||||
.copy_config = dev_copy_config
|
||||
};
|
||||
|
||||
void
|
||||
dev_build(void)
|
||||
{
|
||||
proto_build(&proto_device);
|
||||
}
|
||||
|
Reference in New Issue
Block a user