summaryrefslogtreecommitdiff
path: root/console-client/trans.h
diff options
context:
space:
mode:
Diffstat (limited to 'console-client/trans.h')
-rw-r--r--console-client/trans.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/console-client/trans.h b/console-client/trans.h
index 1b5156ae..f781e31f 100644
--- a/console-client/trans.h
+++ b/console-client/trans.h
@@ -54,6 +54,12 @@ struct consnode
/* The demuxer used for this node. */
int (*demuxer) (mach_msg_header_t *inp, mach_msg_header_t *outp);
+ /* Called when the symlink is read */
+ error_t (*readlink) (struct iouser *user, struct node *np, char *buf);
+
+ /* Called when the symlink is written */
+ error_t (*mksymlink) (struct iouser *cred, struct node *np, char *name);
+
struct consnode *next;
};