From 22175f0d5792f1d046b6b501c694a3afabc877ed Mon Sep 17 00:00:00 2001 From: Tobias Tschinkowitz Date: Sat, 19 May 2018 01:29:20 +0200 Subject: implemented openbsd netspeed functions implemented the netspeed functionality for openbsd. furthermore the static keyword was removed of the interval variable in config.def.h for usage as extern variable. --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index bf6aef9..49ea282 100644 --- a/config.def.h +++ b/config.def.h @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ /* interval between updates (in ms) */ -static const unsigned int interval = 1000; +const unsigned int interval = 1000; /* text to show if no value can be retrieved */ static const char unknown_str[] = "n/a"; -- cgit v1.2.3