diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2014-02-06 20:15:05 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2014-02-06 20:15:05 +0100 |
commit | 5c200e0a4d26d183e04fda43de16340521002c40 (patch) | |
tree | b158b42840dbb723d9f34651f2f9971121d99eca /proto/bgp/bgp.c | |
parent | 4a5eb284c9d51441e09976021d1bd93c21408d46 (diff) | |
parent | 080ed4d8c2c1982dd0c81c62703064b620a67a01 (diff) |
Merge branch 'add-path'
Diffstat (limited to 'proto/bgp/bgp.c')
-rw-r--r-- | proto/bgp/bgp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/bgp/bgp.c b/proto/bgp/bgp.c index 98c49b30..a748669d 100644 --- a/proto/bgp/bgp.c +++ b/proto/bgp/bgp.c @@ -68,6 +68,7 @@ #include "bgp.h" + struct linpool *bgp_linpool; /* Global temporary pool */ static sock *bgp_listen_sk; /* Global listening socket */ static int bgp_counter; /* Number of protocol instances using the listening socket */ |