diff options
author | Pavel Machek <pavel@ucw.cz> | 1998-10-20 16:12:43 +0000 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1998-10-20 16:12:43 +0000 |
commit | feb6abe009aa13b3cd0ce22e6333163fb7561c16 (patch) | |
tree | 04743589146e29e6d9047e363a4170a593ed59f0 /proto/rip/rip.h | |
parent | 8ca8683c705c76dc155521204ef098e6fe547696 (diff) |
RIP now actually talks to itself.
Diffstat (limited to 'proto/rip/rip.h')
-rw-r--r-- | proto/rip/rip.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/rip/rip.h b/proto/rip/rip.h index 5d78b2ee..fd637dc3 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; }; |