From 53b7a2982adf5d09a1cfddbc12cf172e0700fc55 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 3 Mar 1999 20:55:35 +0000 Subject: Fix several things I broke today. --- nest/proto.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nest/proto.c') diff --git a/nest/proto.c b/nest/proto.c index cbafeb3..99a4e85 100644 --- a/nest/proto.c +++ b/nest/proto.c @@ -321,6 +321,7 @@ proto_notify_state(struct proto *p, unsigned ps) DBG("%s: Scheduling meal\n", p->name); if (p->proto->priority) /* FIXME: Terrible hack to get synchronous device/kernel startup! */ { + p->proto_state = ps; p->core_state = FS_FEEDING; proto_feed(p); return; -- cgit v1.2.3