summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--node.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/node.h b/node.h
index 9ebe694d6..99096daf6 100644
--- a/node.h
+++ b/node.h
@@ -78,6 +78,9 @@ struct netnode
/*a port to the underlying filesystem*/
file_t port;
+ /*the port to the untranslated version of the node*/
+ file_t port_notrans;
+
/*the malloced set of translators which have to be stacked upon this node
and upon its children; the corresponding translators will have to decide
on their own whether to accept directories or not*/