1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Babel: Remove babel_proto ptr from babel_entry

This commit is contained in:
Ondrej Zajicek (work)
2017-10-27 12:20:58 +02:00
parent 738a57b69b
commit 268dc7c8b3
2 changed files with 34 additions and 47 deletions

View File

@@ -232,7 +232,6 @@ struct babel_route {
};
struct babel_entry {
struct babel_proto *proto;
struct babel_route *selected_in;
struct babel_route *selected_out;