[Cake] eliminating link_ms and increasing packets to 64 bits
Dave Taht
dave.taht at gmail.com
Fri Mar 23 11:57:26 EDT 2018
the preceding space handles column alignment. the %12 is probably
going to be misleading.
On Fri, Mar 23, 2018 at 2:58 AM, Toke Høiland-Jørgensen <toke at toke.dk> wrote:
> Dave Taht <dave.taht at gmail.com> writes:
>
>> fprintf(f, " pkts ");
>> FOR_EACH_TIN(stnc, tst, i)
>> - fprintf(f, " %12u", tst->sent.packets);
>> + fprintf(f, " %12llu", tst->sent.packets);
>> fprintf(f, "\n");
>
> Presumably this can potentially break column alignment? Not sure that is
> too much of a problem, though; mostly cosmetic?
>
> -Toke
--
Dave Täht
CEO, TekLibre, LLC
http://www.teklibre.com
Tel: 1-669-226-2619
More information about the Cake
mailing list