From f543c6a00fe800e56a312328bf2c14e896a19068 Mon Sep 17 00:00:00 2001 From: Preston Pfarner Date: Thu, 26 Aug 2010 00:36:27 +0000 Subject: [PATCH] Fixing rate types for log_rates() git-svn-id: https://lwes.svn.sourceforge.net/svnroot/lwes/lwes-journaller/trunk@534 a2f82657-cdd2-4550-bd36-68a8e7111808 --- src/stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stats.c b/src/stats.c index 76d9416..44a1a4b 100644 --- a/src/stats.c +++ b/src/stats.c @@ -142,7 +142,7 @@ void dequeuer_stats_record_loss (struct dequeuer_stats* st) } -static void log_rates(log_mask_t level, const char* file, int line, long long bps, long long pps, +static void log_rates(log_mask_t level, const char* file, int line, double bps, double pps, const char* notes) { if ( bps > 1000000. ) -- 2.11.4.GIT