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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nest/rt-dev.h b/nest/rt-dev.h
index 20b88a64..5d91242a 100644
--- a/nest/rt-dev.h
+++ b/nest/rt-dev.h
@@ -13,6 +13,9 @@ struct rt_dev_config {
struct proto_config c;
list iface_list; /* list of struct iface_patt */
int check_link;
+
+ struct channel_config *ip4_channel;
+ struct channel_config *ip6_channel;
};
struct rt_dev_proto {