diff options
Diffstat (limited to 'nest/rt-dev.h')
-rw-r--r-- | nest/rt-dev.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nest/rt-dev.h b/nest/rt-dev.h index 191b9a02..20b88a64 100644 --- a/nest/rt-dev.h +++ b/nest/rt-dev.h @@ -15,4 +15,10 @@ struct rt_dev_config { int check_link; }; +struct rt_dev_proto { + struct proto p; + struct channel *ip4_channel; + struct channel *ip6_channel; +}; + #endif |