summaryrefslogtreecommitdiff
path: root/proto/babel/babel.h
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2017-10-27 12:20:58 +0200
committerOndrej Zajicek (work) <santiago@crfreenet.org>2017-12-07 13:53:42 +0100
commit268dc7c8b3c45412fc8f4b0bae451e51c4c48b31 (patch)
tree4faca198966d9a64b4d314999b949b6e1ab636e9 /proto/babel/babel.h
parent738a57b69bdff6244cf5093ae3997290e6c11324 (diff)
Babel: Remove babel_proto ptr from babel_entry
Diffstat (limited to 'proto/babel/babel.h')
-rw-r--r--proto/babel/babel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/babel/babel.h b/proto/babel/babel.h
index 78841254..ccd3479e 100644
--- a/proto/babel/babel.h
+++ b/proto/babel/babel.h
@@ -232,7 +232,6 @@ struct babel_route {
};
struct babel_entry {
- struct babel_proto *proto;
struct babel_route *selected_in;
struct babel_route *selected_out;