aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_dummynet.h
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>2001-11-04 22:56:25 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>2001-11-04 22:56:25 +0000
commit7b109fa404769cc3808a613868d3f707b6fb0b24 (patch)
treec941161cecb4fb744bf3988da945ddfd0a75a240 /sys/netinet/ip_dummynet.h
parent60b49f05fa6b402d906900cc0a80f6b9846df20e (diff)
downloadsrc-7b109fa404769cc3808a613868d3f707b6fb0b24.tar.gz
src-7b109fa404769cc3808a613868d3f707b6fb0b24.zip
MFS: sync the ipfw/dummynet/bridge code with the one recently merged
into stable (mostly , but not only, formatting and comments changes).
Notes
Notes: svn path=/head/; revision=86047
Diffstat (limited to 'sys/netinet/ip_dummynet.h')
-rw-r--r--sys/netinet/ip_dummynet.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/netinet/ip_dummynet.h b/sys/netinet/ip_dummynet.h
index 16cff51d6e23..85c5b5e82a49 100644
--- a/sys/netinet/ip_dummynet.h
+++ b/sys/netinet/ip_dummynet.h
@@ -343,11 +343,12 @@ struct dn_pipe { /* a pipe */
typedef int ip_dn_ctl_t(struct sockopt *); /* raw_ip.c */
typedef void ip_dn_ruledel_t(void *); /* ip_fw.c */
typedef int ip_dn_io_t(int pipe, int dir, struct mbuf *m,
- struct ifnet *ifp, struct route *ro, struct sockaddr_in * dst,
- struct ip_fw *rule, int flags); /* ip_{in,out}put.c, bridge.c */
+ struct ifnet *ifp, struct route *ro, struct sockaddr_in * dst,
+ struct ip_fw *rule, int flags); /* ip_{in,out}put.c, bridge.c */
extern ip_dn_ctl_t *ip_dn_ctl_ptr;
extern ip_dn_ruledel_t *ip_dn_ruledel_ptr;
extern ip_dn_io_t *ip_dn_io_ptr;
+#define DUMMYNET_LOADED (ip_dn_io_ptr != NULL)
#endif
#endif /* _IP_DUMMYNET_H */