diff options
author | Martin Mares <mj@ucw.cz> | 2000-01-18 11:01:03 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-01-18 11:01:03 +0000 |
commit | 3ea1ba632b3cdb5005a9339fd5e74d5f93631a48 (patch) | |
tree | a14df52aecd4a2fad742f47eed0682fb1044c8a2 /nest/protocol.h | |
parent | 54aaa89ada2d048c64a5afd58844bc395b1a3cfe (diff) |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nest/protocol.h b/nest/protocol.h index 5564cdb8..f1afb532 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 */ |