summaryrefslogtreecommitdiffstats
path: root/proto/rip/rip.h
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1998-10-20 18:12:43 +0200
committerPavel Machek <pavel@ucw.cz>1998-10-20 18:12:43 +0200
commitfeb6abe009aa13b3cd0ce22e6333163fb7561c16 (patch)
tree04743589146e29e6d9047e363a4170a593ed59f0 /proto/rip/rip.h
parent8ca8683c705c76dc155521204ef098e6fe547696 (diff)
downloadbird-feb6abe009aa13b3cd0ce22e6333163fb7561c16.tar
bird-feb6abe009aa13b3cd0ce22e6333163fb7561c16.zip
RIP now actually talks to itself.
Diffstat (limited to 'proto/rip/rip.h')
-rw-r--r--proto/rip/rip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/rip/rip.h b/proto/rip/rip.h
index 5d78b2e..fd637dc 100644
--- a/proto/rip/rip.h
+++ b/proto/rip/rip.h
@@ -60,6 +60,7 @@ struct rip_data {
timer *timer;
list connections;
list rtable;
+ list garbage;
int magic;
};