diff options
author | Martin Mares <mj@ucw.cz> | 2000-01-18 10:42:45 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-01-18 10:42:45 +0000 |
commit | 54aaa89ada2d048c64a5afd58844bc395b1a3cfe (patch) | |
tree | 6a4565a397c64d61835bb2bba48125b6fd670cde /nest/protocol.h | |
parent | aa8761de9471dbe28149d990bdbc851c744f4e2b (diff) |
protocol->startup_counter no longer exists.
Diffstat (limited to 'nest/protocol.h')
-rw-r--r-- | nest/protocol.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nest/protocol.h b/nest/protocol.h index 815a7a7b..5564cdb8 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -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 */ |