summaryrefslogtreecommitdiff
path: root/include/glibtop/mountlist.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/mountlist.h
parentadc9a5557816fe47e3b70cb6543fcc3895eaed7b (diff)
downloadlibgtop-b2283f7c79c0291901c1ea616190e4befd544767.tar.gz
- s/u_int64_t/guint64/
Diffstat (limited to 'include/glibtop/mountlist.h')
-rw-r--r--include/glibtop/mountlist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/glibtop/mountlist.h b/include/glibtop/mountlist.h
index bebbd317..e52fb57d 100644
--- a/include/glibtop/mountlist.h
+++ b/include/glibtop/mountlist.h
@@ -41,7 +41,7 @@ typedef struct _glibtop_mountlist glibtop_mountlist;
struct _glibtop_mountentry
{
- u_int64_t dev;
+ guint64 dev;
char devname [GLIBTOP_MOUNTENTRY_LEN+1];
char mountdir [GLIBTOP_MOUNTENTRY_LEN+1];
char type [GLIBTOP_MOUNTENTRY_LEN+1];
@@ -49,7 +49,7 @@ struct _glibtop_mountentry
struct _glibtop_mountlist
{
- u_int64_t flags,
+ guint64 flags,
number, /* GLIBTOP_MOUNTLIST_NUMBER */
total, /* GLIBTOP_MOUNTLIST_TOTAL */
size; /* GLIBTOP_MOUNTLIST_SIZE */