summaryrefslogtreecommitdiff
path: root/nest/protocol.h
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2014-04-27 00:46:32 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2014-04-27 00:46:32 +0200
commit984d734944a39b70a59f74e57f0e6fc3f720dd48 (patch)
treeaefd4bd4c44651e664764c85460d73644c9ac53c /nest/protocol.h
parent145368f5474436ad7c48fa26f5bde8108ae5ef4a (diff)
Fixes limit verification during reconfiguration.
Diffstat (limited to 'nest/protocol.h')
-rw-r--r--nest/protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/protocol.h b/nest/protocol.h
index ec779563..eb43418b 100644
--- a/nest/protocol.h
+++ b/nest/protocol.h
@@ -423,6 +423,7 @@ struct proto_limit {
};
void proto_notify_limit(struct announce_hook *ah, struct proto_limit *l, int dir, u32 rt_count);
+void proto_verify_limits(struct announce_hook *ah);
static inline void
proto_reset_limit(struct proto_limit *l)