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). --- sysdep/unix/krt.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sysdep/unix/krt.c') diff --git a/sysdep/unix/krt.c b/sysdep/unix/krt.c index 110ded0..55986f0 100644 --- a/sysdep/unix/krt.c +++ b/sysdep/unix/krt.c @@ -161,7 +161,6 @@ kif_reconfigure(struct proto *p, struct proto_config *new) struct protocol proto_unix_iface = { name: "Device", template: "device%d", - priority: 100, preconfig: kif_preconfig, init: kif_init, start: kif_start, @@ -801,7 +800,6 @@ krt_reconfigure(struct proto *p, struct proto_config *new) struct protocol proto_unix_kernel = { name: "Kernel", template: "kernel%d", - priority: 80, preconfig: krt_preconfig, postconfig: krt_postconfig, init: krt_init, -- cgit v1.2.3