Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/altq/altqstat altqstat: follow changes of types of ...
details: https://anonhg.NetBSD.org/src/rev/1b78d588c2a6
branches: trunk
changeset: 1022478:1b78d588c2a6
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Wed Jul 21 06:45:10 2021 +0000
description:
altqstat: follow changes of types of variables
PR kern/56319
diffstat:
usr.sbin/altq/altqstat/qdisc_cbq.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 8a63e5ae58d9 -r 1b78d588c2a6 usr.sbin/altq/altqstat/qdisc_cbq.c
--- a/usr.sbin/altq/altqstat/qdisc_cbq.c Wed Jul 21 06:42:07 2021 +0000
+++ b/usr.sbin/altq/altqstat/qdisc_cbq.c Wed Jul 21 06:45:10 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: qdisc_cbq.c,v 1.9 2021/07/21 06:42:07 ozaki-r Exp $ */
+/* $NetBSD: qdisc_cbq.c,v 1.10 2021/07/21 06:45:10 ozaki-r Exp $ */
/* $KAME: qdisc_cbq.c,v 1.7 2003/09/17 14:27:37 kjc Exp $ */
/*
* Copyright (C) 1999-2000
@@ -105,7 +105,7 @@
printf("\tpriority: %d depth: %d",
sp->priority, sp->depth);
- printf(" offtime: %d [us] wrr_allot: %d bytes\n",
+ printf(" offtime: %ld [ns] wrr_allot: %d bytes\n",
sp->offtime, sp->wrr_allot);
printf("\tpsPerByte: %ld", sp->ps_per_byte);
printf("\t(%sbps)", rate2str(flow_bps));
@@ -139,7 +139,7 @@
sp->maxidle >> RM_FILTER_GAIN,
sp->minidle / RM_POWER);
#else
- printf("\tAvgIdle: %d [us],\t(maxidle: %d minidle: %d [us])\n",
+ printf("\tAvgIdle: %ld [ns],\t(maxidle: %ld minidle: %ld [ns])\n",
sp->avgidle, sp->maxidle, sp->minidle);
#endif
}
Home |
Main Index |
Thread Index |
Old Index