diff options
Diffstat (limited to 'tests/bgpd/test_ecommunity.c')
| -rw-r--r-- | tests/bgpd/test_ecommunity.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bgpd/test_ecommunity.c b/tests/bgpd/test_ecommunity.c index d2e3d22727..49322d3e2d 100644 --- a/tests/bgpd/test_ecommunity.c +++ b/tests/bgpd/test_ecommunity.c @@ -16,7 +16,7 @@ /* need these to link in libbgp */ struct zebra_privs_t bgpd_privs = {}; -struct event_master *master = NULL; +struct event_loop *master = NULL; static int failed = 0; |
