diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2012-04-28 12:59:40 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2012-04-28 12:59:40 +0200 |
commit | ab758e4fb205346946f2d828236bd23efc2a419e (patch) | |
tree | 034f9915e830645e95dabb8a860e3819769bb677 /nest/protocol.h | |
parent | d494df63ac3061accdff348511a565c021411b28 (diff) |
Some fixes in route export limits.
Diffstat (limited to 'nest/protocol.h')
-rw-r--r-- | nest/protocol.h | 3 |
1 files changed, 2 insertions, 1 deletions
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; |