summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Dejean <bdejean@gmail.com>2015-07-19 22:12:36 +0200
committerBenoƮt Dejean <bdejean@gmail.com>2015-08-08 10:56:24 +0200
commitdb8ad19eef19d6661ecc5c944a5c6e04435ab783 (patch)
tree08fb2806fab14baa2274a560c6ac5c3c0e595b0a
parentd30fbb22e022f485b06fe69a89d70542e50358aa (diff)
downloadlibgtop-db8ad19eef19d6661ecc5c944a5c6e04435ab783.tar.gz
Move _glibtop_global_server from .data to .bss.
-rw-r--r--lib/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/init.c b/lib/init.c
index 2b215fd9..7fecdc2f 100644
--- a/lib/init.c
+++ b/lib/init.c
@@ -31,7 +31,7 @@
#define DEFAULT_PORT 42800
#endif
-static glibtop _glibtop_global_server = { 0 };
+static glibtop _glibtop_global_server;
glibtop *glibtop_global_server = &_glibtop_global_server;
static void