From 8c2b460d143d8dda4a86b826c0920918aa15f1f7 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 18 Nov 2016 09:11:30 -0500 Subject: fcopy part 4 --- src/firemon/netstats.c | 3 +++ src/firemon/top.c | 3 +++ 2 files changed, 6 insertions(+) (limited to 'src/firemon') diff --git a/src/firemon/netstats.c b/src/firemon/netstats.c index 3c020d630..534d783cb 100644 --- a/src/firemon/netstats.c +++ b/src/firemon/netstats.c @@ -216,6 +216,9 @@ void netstats(void) { print_proc(i, itv, col); } } +#ifdef HAVE_GCOV + __gcov_flush(); +#endif } } diff --git a/src/firemon/top.c b/src/firemon/top.c index b804761dd..94271523c 100644 --- a/src/firemon/top.c +++ b/src/firemon/top.c @@ -292,6 +292,9 @@ void top(void) { } } head_print(col, row); +#ifdef HAVE_GCOV + __gcov_flush(); +#endif } } -- cgit v1.2.3-54-g00ecf