summaryrefslogtreecommitdiff
path: root/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'node.h')
-rw-r--r--node.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/node.h b/node.h
index 72adcbebb..d930a3b69 100644
--- a/node.h
+++ b/node.h
@@ -32,6 +32,7 @@
#include <hurd/netfs.h>
/*---------------------------------------------------------------------------*/
#include "lnode.h"
+#include "trans.h"
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
@@ -74,9 +75,10 @@ struct netnode
/*a port to the underlying filesystem */
file_t port;
- /*the control port of the translator sitting on this node, in case
- this node is a shadow node */
- fsys_t trans_cntl;
+ /*a reference to the element in the list of dynamic translators
+ corresponding to the translator sitting on this node, in case this
+ node is a shadow node */
+ struct trans_el * dyntrans;
/*the reference to the shadow node that is below the current shadow
node in the dynamic translator stack */