diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2010-02-13 10:44:46 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2010-02-13 10:44:46 +0100 |
commit | 9db74169be76f658df2207d1ec99eac48fa36f5f (patch) | |
tree | 0221de7d14f9a27519d8a5bc3f0e58a37c6f0acf /nest/protocol.h | |
parent | c83876265eeae3591bfe90375503728e633cb807 (diff) | |
download | bird-9db74169be76f658df2207d1ec99eac48fa36f5f.tar bird-9db74169be76f658df2207d1ec99eac48fa36f5f.zip |
Fixes protocol statistics for pipes.
Diffstat (limited to 'nest/protocol.h')
-rw-r--r-- | nest/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/protocol.h b/nest/protocol.h index 99d8dc8..876427a 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -344,6 +344,7 @@ static inline int proto_is_pipe(struct proto *p) { return p->proto == &proto_pipe; } struct rtable *pipe_get_peer_table(struct proto *p); +struct proto_stats *pipe_get_peer_stats(struct proto *p); #endif |