From 973399ae2c21b41983a35fe71657fb41351d99e6 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 30 Mar 2000 18:44:23 +0000 Subject: Basic analysis of UPDATE packets. --- proto/bgp/bgp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto/bgp/bgp.h') diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index 1631d12..e93b06e 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -54,6 +54,8 @@ struct bgp_proto { #define BGP_RX_BUFFER_SIZE 4096 #define BGP_TX_BUFFER_SIZE BGP_MAX_PACKET_LENGTH +extern struct linpool *bgp_linpool; + void bgp_start_timer(struct timer *t, int value); void bgp_check(struct bgp_config *c); void bgp_error(struct bgp_conn *c, unsigned code, unsigned subcode, unsigned data, unsigned len); -- cgit v1.2.3