diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-02-26 16:16:42 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-02-26 16:16:42 +0000 |
commit | 892286cd9843a11eba4c3219b764664e7129d166 (patch) | |
tree | d0026e2b88662dc74e6115e2357643330d0f351c /usr.sbin/bgpd/session.h | |
parent | e913099e805d9aa49ce0bdf297f4c0cf05465549 (diff) |
show rib infrastructure. At least full dumps and per as dumps. Per prefix
dump need some more work. OK henning@
Diffstat (limited to 'usr.sbin/bgpd/session.h')
-rw-r--r-- | usr.sbin/bgpd/session.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/session.h b/usr.sbin/bgpd/session.h index 1868f80dd67..7968952a75c 100644 --- a/usr.sbin/bgpd/session.h +++ b/usr.sbin/bgpd/session.h @@ -1,4 +1,4 @@ -/* $OpenBSD: session.h,v 1.30 2004/02/16 12:53:15 claudio Exp $ */ +/* $OpenBSD: session.h,v 1.31 2004/02/26 16:16:41 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -157,6 +157,7 @@ int session_main(struct bgpd_config *, struct peer *, 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); +int imsg_compose_rde(int, pid_t, void *, u_int16_t); /* log.c */ void log_statechange(const struct peer *, enum session_state, |