From d78bd82122ab41e3ed85e9abd0795d05045ece38 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 19 Jun 1995 20:41:49 +0000 Subject: (struct transbox): Delete member `innerlock'. Add members `flags' and `wakeup'; and define values for flags. --- libfshelp/fshelp.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libfshelp/fshelp.h b/libfshelp/fshelp.h index f4752de9..182ffbce 100644 --- a/libfshelp/fshelp.h +++ b/libfshelp/fshelp.h @@ -74,9 +74,12 @@ struct transbox { fsys_t active; struct mutex *lock; - struct mutex innerlock; + int flags; + struct condition wakeup; void *cookie; }; +#define TRANSBOX_STARTING 1 +#define TRANSBOX_WANTED 2 /* This interface is complex, because creating the ports and state necessary for start_translator_long is expensive. The caller to -- cgit v1.2.3