diff options
author | Ondrej Filip <feela@network.cz> | 2012-05-02 11:10:40 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2012-05-02 11:10:40 +0200 |
commit | 2795700c3158fa52b6cf957e9d0b9ad4a27c67a5 (patch) | |
tree | 7e25ac4e3e0cd0740f3543ed72d847db526e72ef /nest/protocol.h | |
parent | 1f85226ecb76d3803b8fe37eb0891c45a6557dcd (diff) | |
parent | bf42207332e8e502d636038f1ec44aaea6ec50e0 (diff) |
Merge branch 'master' of ssh://git.nic.cz/bird
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; |