summaryrefslogtreecommitdiffstats
path: root/proto/rip/rip.h
diff options
context:
space:
mode:
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;
};