summaryrefslogtreecommitdiff
path: root/lib/command.c
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-06-01 15:09:03 +0000
committerMartin Baulig <martin@src.gnome.org>1998-06-01 15:09:03 +0000
commit67798e0d7d631f030db33147ef06d986bba1a5bb (patch)
tree7b191ca31a09e8e4a61efe592e07b987924bfbf0 /lib/command.c
parent6de9ad750b1f569338cb8444654a9f9f765f2f6b (diff)
downloadlibgtop-67798e0d7d631f030db33147ef06d986bba1a5bb.tar.gz
removed #if's - we now decide at runtime whether to use the server or to
* lib/*.c: removed #if's - we now decide at runtime whether to use the server or to call the appropriate function for the sysdeps directory.
Diffstat (limited to 'lib/command.c')
-rw-r--r--lib/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command.c b/lib/command.c
index eb74183b..1bc67b05 100644
--- a/lib/command.c
+++ b/lib/command.c
@@ -33,7 +33,7 @@ glibtop_call__l (glibtop *server, unsigned command, size_t send_size, void *send
glibtop_command *cmnd;
void *ptr;
- glibtop_init__r (&server);
+ glibtop_init__r (&server, 0, 0);
cmnd = glibtop_calloc__r (server, 1, sizeof (glibtop_command));