diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-10-27 12:20:58 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-07 13:53:42 +0100 |
commit | 268dc7c8b3c45412fc8f4b0bae451e51c4c48b31 (patch) | |
tree | 4faca198966d9a64b4d314999b949b6e1ab636e9 /proto/babel/babel.h | |
parent | 738a57b69bdff6244cf5093ae3997290e6c11324 (diff) |
Babel: Remove babel_proto ptr from babel_entry
Diffstat (limited to 'proto/babel/babel.h')
-rw-r--r-- | proto/babel/babel.h | 1 |
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; |