diff options
Diffstat (limited to 'nest/rt-dev.h')
-rw-r--r-- | nest/rt-dev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/rt-dev.h b/nest/rt-dev.h index 64f2cd95..c36d0742 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 |