summaryrefslogtreecommitdiffstats
path: root/nest/rt-dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'nest/rt-dev.h')
-rw-r--r--nest/rt-dev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/rt-dev.h b/nest/rt-dev.h
index 64f2cd9..c36d074 100644
--- a/nest/rt-dev.h
+++ b/nest/rt-dev.h
@@ -11,7 +11,7 @@
struct rt_dev_config {
struct proto_config c;
- list iface_list;
+ list iface_list; /* list of struct iface_patt */
};
#endif