From 3ea1ba632b3cdb5005a9339fd5e74d5f93631a48 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 18 Jan 2000 11:01:03 +0000 Subject: 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). --- nest/rt-dev.c | 1 - 1 file changed, 1 deletion(-) (limited to 'nest/rt-dev.c') diff --git a/nest/rt-dev.c b/nest/rt-dev.c index 89b2250..b9253cc 100644 --- a/nest/rt-dev.c +++ b/nest/rt-dev.c @@ -89,7 +89,6 @@ dev_reconfigure(struct proto *p, struct proto_config *new) struct protocol proto_device = { name: "Direct", template: "direct%d", - priority: 90, init: dev_init, reconfigure: dev_reconfigure }; -- cgit v1.2.3