summaryrefslogtreecommitdiff
path: root/include/glibtop/sysdeps.h
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1998-07-30 14:24:19 +0000
committerMartin Baulig <martin@src.gnome.org>1998-07-30 14:24:19 +0000
commit902b6a8f161002cc08158df798b3c6633c416943 (patch)
treec73f262b2ab7977bf6bb4150621c091203de5c26 /include/glibtop/sysdeps.h
parentd18a6cf2cefda6c2417e24a08b9e29e95a82f881 (diff)
downloadlibgtop-902b6a8f161002cc08158df798b3c6633c416943.tar.gz
Using `u_int64_t' instead of `unsigned long' and `long' to avoid problems
1998-07-30 Martin Baulig <martin@home-of-linux.org> * include/glibtop/*.h: Using `u_int64_t' instead of `unsigned long' and `long' to avoid problems when client is on a 32bit system and the server on a 64bit system.
Diffstat (limited to 'include/glibtop/sysdeps.h')
-rw-r--r--include/glibtop/sysdeps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/glibtop/sysdeps.h b/include/glibtop/sysdeps.h
index b24e549e..80e66986 100644
--- a/include/glibtop/sysdeps.h
+++ b/include/glibtop/sysdeps.h
@@ -55,7 +55,7 @@ typedef struct _glibtop_sysdeps glibtop_sysdeps;
struct _glibtop_sysdeps
{
- unsigned long flags,
+ u_int64_t flags,
features, /* server features */
cpu, /* glibtop_cpu */
mem, /* glibtop_mem */