summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-14 20:00:22 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-14 20:00:22 +0000
commit38c0d4a24a601c7b20a0064a6df3695b8b23f9c0 (patch)
treec9531a30e8dc369685d95cdd6d94236eb08ed9fd /libdiskfs
parent7afeb76e7620851c94b4d8fa9c7952c6a899f842 (diff)
(_diskfs_translator_callback): New function.
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/priv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libdiskfs/priv.h b/libdiskfs/priv.h
index aaba5dd2..79d2e9c5 100644
--- a/libdiskfs/priv.h
+++ b/libdiskfs/priv.h
@@ -71,6 +71,10 @@ extern int _diskfs_ncontrol_ports;
/* Lock for _diskfs_ncontrol_ports. */
extern spin_lock_t _diskfs_control_lock;
+/* Callback routine for active translator startup */
+error_t _diskfs_translator_callback (void *, mach_port_t *, uid_t *,
+ gid_t *, char **, int *);
+
/* This macro locks the node associated with PROTID, and then
evaluates the expression OPERATION; then it syncs the inode
(without waiting) and unlocks everything, and then returns