Dave Taht <[email protected]> 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 _______________________________________________ Cake mailing list [email protected] https://lists.bufferbloat.net/listinfo/cake
