diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-11-26 01:03:35 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-11-26 01:03:35 +0000 |
commit | 6e34af6845f853564bb8caf7777e4661efd210f2 (patch) | |
tree | c5504d10e8fe59138eecacf64165c556eda9ca9c /sys/altq/altq_cbq.h | |
parent | 05fac4d8fd89533ada575fcedaac2375eb557fab (diff) |
KNF
Diffstat (limited to 'sys/altq/altq_cbq.h')
-rw-r--r-- | sys/altq/altq_cbq.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/altq/altq_cbq.h b/sys/altq/altq_cbq.h index 5c9ab0a96dc..a8f62807490 100644 --- a/sys/altq/altq_cbq.h +++ b/sys/altq/altq_cbq.h @@ -1,4 +1,4 @@ -/* $OpenBSD: altq_cbq.h,v 1.3 2002/10/11 09:30:30 kjc Exp $ */ +/* $OpenBSD: altq_cbq.h,v 1.4 2002/11/26 01:03:34 henning Exp $ */ /* $KAME: altq_cbq.h,v 1.5 2000/12/02 13:44:40 kjc Exp $ */ /* @@ -27,7 +27,7 @@ * SUN MICROSYSTEMS DOES NOT CLAIM MERCHANTABILITY OF THIS SOFTWARE OR THE * SUITABILITY OF THIS SOFTWARE FOR ANY PARTICULAR PURPOSE. The software is * provided "as is" without express or implied warranty of any kind. - * + * * These notices must be retained in any copies of any part of this software. */ @@ -44,7 +44,7 @@ #ifdef __cplusplus extern "C" { -#endif +#endif /* * Define a well known class handles @@ -72,7 +72,7 @@ typedef struct cbq_class_spec { u_int nano_sec_per_byte; u_int maxq; u_int maxidle; - int minidle; + int minidle; u_int offtime; u_int32_t parent_class_handle; u_int32_t borrow_class_handle; @@ -104,7 +104,7 @@ typedef struct cbq_class_spec { struct cbq_add_class { struct cbq_interface cbq_iface; - cbq_class_spec_t cbq_class; + cbq_class_spec_t cbq_class; u_int32_t cbq_class_handle; }; @@ -116,7 +116,7 @@ struct cbq_delete_class { struct cbq_modify_class { struct cbq_interface cbq_iface; - cbq_class_spec_t cbq_class; + cbq_class_spec_t cbq_class; u_int32_t cbq_class_handle; }; @@ -168,7 +168,7 @@ struct cbq_getstats { class_stats_t *stats; }; -/* +/* * Define IOCTLs for CBQ. */ #define CBQ_IF_ATTACH _IOW('Q', 1, struct cbq_interface) @@ -216,6 +216,6 @@ typedef struct cbqstate { #ifdef __cplusplus } -#endif +#endif #endif /* !_ALTQ_ALTQ_CBQ_H_ */ |