summaryrefslogtreecommitdiff
path: root/ifpps.c
diff options
context:
space:
mode:
Diffstat (limited to 'ifpps.c')
-rw-r--r--ifpps.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/ifpps.c b/ifpps.c
index 9ff01b3..d3e4fa2 100644
--- a/ifpps.c
+++ b/ifpps.c
@@ -52,14 +52,10 @@ struct cpu_hit {
long long unsigned int irqs_rel, irqs_abs;
};
-volatile sig_atomic_t sigint = 0;
-
+static volatile sig_atomic_t sigint = 0;
static struct ifstat stats_old, stats_new, stats_delta;
-
static struct cpu_hit *cpu_hits;
-
static int stats_loop = 0;
-
static WINDOW *stats_screen = NULL;
static const char *short_options = "d:t:n:vhclp";