summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorTobias Tschinkowitz <he4d@posteo.de>2018-05-19 01:29:20 +0200
committerAaron Marcher <me@drkhsh.at>2018-05-19 01:44:36 +0200
commit22175f0d5792f1d046b6b501c694a3afabc877ed (patch)
treec10509c4909000916295352dd28130a95d63dd69 /config.def.h
parent176d8ff87418a22240a0b079d7dac593d103e984 (diff)
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.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
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";