diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-03-11 13:35:07 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-03-11 13:35:07 +0000 |
commit | 4711b14624e2746e8235e925b9df2b14b11db7f9 (patch) | |
tree | de0b8506b0516c6e1091bc247daebf69703ccac0 /usr.sbin/bgpd/session.h | |
parent | f718b3d294cbef062f940e39a990c50a5597909e (diff) |
Free unneeded mrt lists in SE and on exit. OK henning@
Diffstat (limited to 'usr.sbin/bgpd/session.h')
-rw-r--r-- | usr.sbin/bgpd/session.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/session.h b/usr.sbin/bgpd/session.h index df8bb83d4c4..e6d5c1b795c 100644 --- a/usr.sbin/bgpd/session.h +++ b/usr.sbin/bgpd/session.h @@ -1,4 +1,4 @@ -/* $OpenBSD: session.h,v 1.37 2004/03/10 15:15:48 henning Exp $ */ +/* $OpenBSD: session.h,v 1.38 2004/03/11 13:35:06 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -172,7 +172,7 @@ struct peer *peers; void session_socket_blockmode(int, enum blockmodes); int session_main(struct bgpd_config *, struct peer *, struct network_head *, struct filter_head *, - int[2], int[2]); + struct mrt_head *, int[2], int[2]); void bgp_fsm(struct peer *, enum session_events); struct peer *getpeerbyip(in_addr_t); int imsg_compose_parent(int, pid_t, void *, u_int16_t); |