From 54aaa89ada2d048c64a5afd58844bc395b1a3cfe Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 18 Jan 2000 10:42:45 +0000 Subject: protocol->startup_counter no longer exists. --- nest/protocol.h | 1 - 1 file changed, 1 deletion(-) (limited to 'nest/protocol.h') diff --git a/nest/protocol.h b/nest/protocol.h index 815a7a7..5564cdb 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 */ -- cgit v1.2.3