summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2004-06-12 15:39:31 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2004-06-12 15:39:31 +0000
commitd5b8a71e5b791fc4e6bf5ee2263ae397202e4f32 (patch)
treec4941baf76f3f73bb5885058bdcbb8e16c7e4ff0 /include
parentf03e2d3c1118e85da90f98d99d694f56617f6590 (diff)
downloadlibgtop-d5b8a71e5b791fc4e6bf5ee2263ae397202e4f32.tar.gz
block_size is now defined as a guint32 instead of a fuzzy gint.
* include/glibtop/fsusage.h: block_size is now defined as a guint32 instead of a fuzzy gint. * lib/sysdeps.c: (glibtop_get_sysdeps_r): Small cleanup.
Diffstat (limited to 'include')
-rw-r--r--include/glibtop/fsusage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/glibtop/fsusage.h b/include/glibtop/fsusage.h
index f5045450..82e9c7ea 100644
--- a/include/glibtop/fsusage.h
+++ b/include/glibtop/fsusage.h
@@ -48,7 +48,7 @@ struct _glibtop_fsusage
bavail, /* Free blocks available to non-superuser. */
files, /* Total file nodes. */
ffree; /* Free file nodes. */
- gint block_size; /* Size of a block in bytes. */
+ guint32 block_size; /* Size of a block in bytes. */
};
#define glibtop_get_fsusage(fsusage,disk) glibtop_get_fsusage_l(glibtop_global_server, fsusage, disk)