summaryrefslogtreecommitdiff
path: root/glibtop.h
diff options
context:
space:
mode:
authorMartin baulig <martin@home-of-linux.org>1998-07-03 17:19:25 +0000
committerMartin Baulig <martin@src.gnome.org>1998-07-03 17:19:25 +0000
commit9532dadc2e391e731be897d25e05a8123192e5fd (patch)
tree528a3d16122db1c5eb30720de6cb85df6867c92f /glibtop.h
parent94715ef7184e5aa1e8b66d1e4286cd373fa62a5b (diff)
downloadlibgtop-9532dadc2e391e731be897d25e05a8123192e5fd.tar.gz
No longer use `glibtop_machine.h' for Linux.
1998-07-03 Martin baulig <martin@home-of-linux.org> * macros/gnome-libgtop-sysdeps.m4: No longer use `glibtop_machine.h' for Linux. * sysdeps/linux/glibtop_machine.h: Removed. * sysdeps/guile/guile.awk: Using `scm_append' instead of `gh_append'. * sysdeps/guile/names/guile-names.awk: dito. * sysdeps/linux/*.c: Using code from stable branch again. * include/glibtop/parameter.h: New file. * lib/parameter.c: New file. * lib/{open, init}.c: Done some more work on server initialization
Diffstat (limited to 'glibtop.h')
-rw-r--r--glibtop.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/glibtop.h b/glibtop.h
index 2ac3a5ec..9db6c74c 100644
--- a/glibtop.h
+++ b/glibtop.h
@@ -35,7 +35,8 @@ typedef struct _glibtop glibtop;
struct _glibtop
{
- int fd; /* Server file descriptor */
+ unsigned flags;
+ unsigned method; /* Server Method */
#ifdef HAVE_GLIBTOP_MACHINE_H
glibtop_machine machine; /* Machine dependent data */
#endif