diff options
Diffstat (limited to 'proto/static/static.h')
-rw-r--r-- | proto/static/static.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/static/static.h b/proto/static/static.h index b202c0b1..a3c30b87 100644 --- a/proto/static/static.h +++ b/proto/static/static.h @@ -25,7 +25,7 @@ struct static_proto { struct proto p; struct event *event; /* Event for announcing updated routes */ - BUFFER(struct static_route *) marked; /* Routes marked for reannouncement */ + BUFFER_(struct static_route *) marked; /* Routes marked for reannouncement */ rtable *igp_table_ip4; /* Table for recursive IPv4 next hop lookups */ rtable *igp_table_ip6; /* Table for recursive IPv6 next hop lookups */ }; |