summaryrefslogtreecommitdiff
path: root/include/glibtop/procmap.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@src.gnome.org>2003-10-20 20:12:28 +0000
committerBastien Nocera <hadess@src.gnome.org>2003-10-20 20:12:28 +0000
commitb2283f7c79c0291901c1ea616190e4befd544767 (patch)
tree04903a09dccb331aa177e589cfe83b30578f62bf /include/glibtop/procmap.h
parentadc9a5557816fe47e3b70cb6543fcc3895eaed7b (diff)
downloadlibgtop-b2283f7c79c0291901c1ea616190e4befd544767.tar.gz
- s/u_int64_t/guint64/
Diffstat (limited to 'include/glibtop/procmap.h')
-rw-r--r--include/glibtop/procmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/glibtop/procmap.h b/include/glibtop/procmap.h
index d5f0fab6..1f04b1a6 100644
--- a/include/glibtop/procmap.h
+++ b/include/glibtop/procmap.h
@@ -59,13 +59,13 @@ typedef struct _glibtop_proc_map glibtop_proc_map;
struct _glibtop_map_entry
{
- u_int64_t flags, start, end, offset, perm, inode, device;
+ guint64 flags, start, end, offset, perm, inode, device;
char filename [GLIBTOP_MAP_FILENAME_LEN+1];
};
struct _glibtop_proc_map
{
- u_int64_t flags,
+ guint64 flags,
number, /* GLIBTOP_PROC_MAP_NUMBER */
total, /* GLIBTOP_PROC_MAP_TOTAL */
size; /* GLIBTOP_PROC_MAP_SIZE */