Commit b6fcb3de authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Tollef Fog Heen

Avoid 32 bit variables in stats aggregation.

Fixes	#993
parent 3b5e7c4b
......@@ -218,7 +218,7 @@ struct acct {
/*--------------------------------------------------------------------*/
#define L0(n)
#define L1(n) int n;
#define L1(n) uint64_t n;
#define VSC_F(n, t, l, f, e) L##l(n)
#define VSC_DO_MAIN
struct dstat {
......
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