Commit a552e421 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Widen fields sufficiently to accomodate gigabit rates.

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1062 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent ef51f0f2
......@@ -85,7 +85,7 @@ do_curses(struct varnish_stats *VSL_stats)
#define MAC_STAT(n,t,f,d) \
ju = VSL_stats->n; \
printw("%12ju %10.2f %10.2f " d "\n", \
printw("%12ju %12.2f %12.2f " d "\n", \
ju, (ju - (intmax_t)copy.n)/lt, ju / up); \
copy.n = ju;
#include "stat_field.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment