diff options
author | Martin Mares <mj@ucw.cz> | 1999-05-21 16:29:23 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-05-21 16:29:23 +0200 |
commit | 1c3c9dceb385198199c6c0190f3011d106142b67 (patch) | |
tree | 473a7709b2783b575913eed1332f3d0f0f45ac21 /sysdep | |
parent | a70693ca9bc935513d1bfa9b3a49459d27927657 (diff) | |
download | bird-1c3c9dceb385198199c6c0190f3011d106142b67.tar bird-1c3c9dceb385198199c6c0190f3011d106142b67.zip |
Removed one unused structure field.
Diffstat (limited to 'sysdep')
-rw-r--r-- | sysdep/unix/krt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdep/unix/krt.h b/sysdep/unix/krt.h index df9e6d3..3cc922c 100644 --- a/sysdep/unix/krt.h +++ b/sysdep/unix/krt.h @@ -43,7 +43,6 @@ struct krt_config { struct proto_config c; struct krt_set_params set; struct krt_scan_params scan; - struct krt_if_params iface; int persist; /* Keep routes when we exit */ int scan_time; /* How often we re-scan routes */ int learn; /* Learn routes from other sources */ |