summaryrefslogtreecommitdiff
path: root/nest/protocol.h
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2012-04-28 12:59:40 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2012-04-28 12:59:40 +0200
commitab758e4fb205346946f2d828236bd23efc2a419e (patch)
tree034f9915e830645e95dabb8a860e3819769bb677 /nest/protocol.h
parentd494df63ac3061accdff348511a565c021411b28 (diff)
Some fixes in route export limits.
Diffstat (limited to 'nest/protocol.h')
-rw-r--r--nest/protocol.h3
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;