diff options
author | Maria Matejka <mq@ucw.cz> | 2022-07-11 10:41:17 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-07-11 10:41:17 +0200 |
commit | d429bc5c841a8e9d4c81786973edfa56d20a407e (patch) | |
tree | 3857e7791fa51588b5f0de16bf05b65754349067 /nest/protocol.h | |
parent | 7e9cede1fd1878fb4c00e793bccd0ca6c18ad452 (diff) | |
parent | beb5f78ada79ac90f31f2c4923302c74d9ab38bf (diff) |
Merge commit 'beb5f78a' into backport
Diffstat (limited to 'nest/protocol.h')
-rw-r--r-- | nest/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/protocol.h b/nest/protocol.h index d0810a8f..29d759ea 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -213,7 +213,7 @@ struct proto { void (*ifa_notify)(struct proto *, unsigned flags, struct ifa *a); void (*rt_notify)(struct proto *, struct channel *, struct network *net, struct rte *new, struct rte *old); void (*neigh_notify)(struct neighbor *neigh); - int (*preexport)(struct proto *, struct rte *rt); + int (*preexport)(struct channel *, struct rte *rt); void (*reload_routes)(struct channel *); void (*feed_begin)(struct channel *, int initial); void (*feed_end)(struct channel *); |