summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_dummynet.h
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2002-12-15 10:24:36 +0000
committermaxim <maxim@FreeBSD.org>2002-12-15 10:24:36 +0000
commitd09e2c570dcd18a0717014c29a9ce6d3a376e326 (patch)
tree34c73bff04dd1706646f1ff8a5b5adf9c32130e8 /sys/netinet/ip_dummynet.h
parent79cdaf8ce5a089eec79f787d8f9b57fd711bd307 (diff)
downloadFreeBSD-src-d09e2c570dcd18a0717014c29a9ce6d3a376e326.zip
FreeBSD-src-d09e2c570dcd18a0717014c29a9ce6d3a376e326.tar.gz
o Trim EOL whitespaces.
MFC after: 1 week
Diffstat (limited to 'sys/netinet/ip_dummynet.h')
-rw-r--r--sys/netinet/ip_dummynet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_dummynet.h b/sys/netinet/ip_dummynet.h
index 6b6d006..588461e 100644
--- a/sys/netinet/ip_dummynet.h
+++ b/sys/netinet/ip_dummynet.h
@@ -310,7 +310,7 @@ struct dn_flow_set {
/*
* Pipe descriptor. Contains global parameters, delay-line queue,
* and the flow_set used for fixed-rate queues.
- *
+ *
* For WF2Q+ support it also has 3 heaps holding dn_flow_queue:
* not_eligible_heap, for queues whose start time is higher
* than the virtual time. Sorted by start time.
@@ -319,7 +319,7 @@ struct dn_flow_set {
* idle_heap, all flows that are idle and can be removed. We
* do that on each tick so we do not slow down too much
* operations during forwarding.
- *
+ *
*/
struct dn_pipe { /* a pipe */
struct dn_pipe *next ;
OpenPOWER on IntegriCloud