summaryrefslogtreecommitdiff
path: root/nest/rt-dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'nest/rt-dev.h')
-rw-r--r--nest/rt-dev.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/nest/rt-dev.h b/nest/rt-dev.h
index c36d0742..c9012336 100644
--- a/nest/rt-dev.h
+++ b/nest/rt-dev.h
@@ -14,4 +14,10 @@ struct rt_dev_config {
list iface_list; /* list of struct iface_patt */
};
+struct rt_dev_proto {
+ struct proto p;
+ struct channel *ip4_channel;
+ struct channel *ip6_channel;
+};
+
#endif