summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libfshelp/fshelp.h5
1 files changed, 4 insertions, 1 deletions
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