summaryrefslogtreecommitdiffstats
path: root/proto/rip/rip.h
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-01-12 17:50:38 +0100
committerPavel Machek <pavel@ucw.cz>1999-01-12 17:50:38 +0100
commit663683a575cb170c656db06770b490037ecf3db7 (patch)
tree4e1ab03fd099271ff4a8b354c268001e21971452 /proto/rip/rip.h
parent77cedad1f6de8fcd0e59f280d08437ab3216428e (diff)
downloadbird-663683a575cb170c656db06770b490037ecf3db7.tar
bird-663683a575cb170c656db06770b490037ecf3db7.zip
Make it compile again (stupid makefiles!), make quiet option work
(multicast/broadcast options are currently unimplemented).
Diffstat (limited to 'proto/rip/rip.h')
-rw-r--r--proto/rip/rip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/rip/rip.h b/proto/rip/rip.h
index 0fcda20..4839016 100644
--- a/proto/rip/rip.h
+++ b/proto/rip/rip.h
@@ -65,7 +65,7 @@ struct rip_interface {
struct iface *iface;
sock *sock;
struct rip_connection *busy;
-
+ struct rip_patt *patt;
int metric; /* User configurable data */
int mode;