1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

protocol->startup_counter no longer exists.

This commit is contained in:
Martin Mares
2000-01-18 10:42:45 +00:00
parent aa8761de94
commit 54aaa89ada
2 changed files with 0 additions and 12 deletions

View File

@@ -37,7 +37,6 @@ struct protocol {
unsigned debug; /* Default debugging flags */
int priority; /* Protocol priority (usually 0) */
int name_counter; /* Counter for automatic name generation */
int startup_counter; /* Number of instances waiting for initialization */
void (*preconfig)(struct protocol *, struct config *); /* Just before configuring */
void (*postconfig)(struct proto_config *); /* After configuring each instance */