diff options
Diffstat (limited to 'src/openvpn/mbuf.h')
-rw-r--r-- | src/openvpn/mbuf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openvpn/mbuf.h b/src/openvpn/mbuf.h index 4912c95..f37563d 100644 --- a/src/openvpn/mbuf.h +++ b/src/openvpn/mbuf.h @@ -96,11 +96,11 @@ mbuf_maximum_queued(const struct mbuf_set *ms) return (int) ms->max_queued; } +struct multi_instance *mbuf_peek_dowork(struct mbuf_set *ms); + static inline struct multi_instance * mbuf_peek(struct mbuf_set *ms) { - struct multi_instance *mbuf_peek_dowork(struct mbuf_set *ms); - if (mbuf_defined(ms)) { return mbuf_peek_dowork(ms); |