From ab758e4fb205346946f2d828236bd23efc2a419e Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Sat, 28 Apr 2012 12:59:40 +0200 Subject: Some fixes in route export limits. --- nest/protocol.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nest/protocol.h') diff --git a/nest/protocol.h b/nest/protocol.h index 3f9ed96e..8a632715 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -387,7 +387,8 @@ struct proto_limit { void proto_notify_limit(struct announce_hook *ah, struct proto_limit *l, u32 rt_count); -static inline void proto_reset_limit(struct proto_limit *l) +static inline void +proto_reset_limit(struct proto_limit *l) { if (l) l->state = PLS_INITIAL; -- cgit v1.2.3