summaryrefslogtreecommitdiffstats
path: root/nest/protocol.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-01-18 12:01:03 +0100
committerMartin Mares <mj@ucw.cz>2000-01-18 12:01:03 +0100
commit3ea1ba632b3cdb5005a9339fd5e74d5f93631a48 (patch)
treea14df52aecd4a2fad742f47eed0682fb1044c8a2 /nest/protocol.h
parent54aaa89ada2d048c64a5afd58844bc395b1a3cfe (diff)
downloadbird-3ea1ba632b3cdb5005a9339fd5e74d5f93631a48.tar
bird-3ea1ba632b3cdb5005a9339fd5e74d5f93631a48.zip
Killed protocol->priority. Protocol startup should be clean and hack-free now.
It seems everything still works (except for disable/enable/restart which hangs sometimes, but it's another story).
Diffstat (limited to 'nest/protocol.h')
-rw-r--r--nest/protocol.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/nest/protocol.h b/nest/protocol.h
index 5564cdb..f1afb53 100644
--- a/nest/protocol.h
+++ b/nest/protocol.h
@@ -35,7 +35,6 @@ struct protocol {
char *name;
char *template; /* Template for automatic generation of names */
unsigned debug; /* Default debugging flags */
- int priority; /* Protocol priority (usually 0) */
int name_counter; /* Counter for automatic name generation */
void (*preconfig)(struct protocol *, struct config *); /* Just before configuring */