summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libfshelp/fshelp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libfshelp/fshelp.h b/libfshelp/fshelp.h
index 6df1ec27..775402e8 100644
--- a/libfshelp/fshelp.h
+++ b/libfshelp/fshelp.h
@@ -102,6 +102,10 @@ void fshelp_transboot_clean (void *arg);
void fshelp_translator_iterate (void (*func)(struct trans_link *, void *),
void *arg);
+/* Set the active translator port to null and clear state. Deallocate
+ our send right on the translator control port. */
+void fshelp_translator_drop (struct trans_link *link);
+
/* A trans_link structure is being deallocated; clean up any state
we need to. */
void fshelp_kill_translator (struct trans_link *link);