summaryrefslogtreecommitdiff
path: root/include/glibtop/uptime.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/glibtop/uptime.h')
-rw-r--r--include/glibtop/uptime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/glibtop/uptime.h b/include/glibtop/uptime.h
index 0eedf726..5f7f2199 100644
--- a/include/glibtop/uptime.h
+++ b/include/glibtop/uptime.h
@@ -38,7 +38,7 @@ typedef struct _glibtop_uptime glibtop_uptime;
struct _glibtop_uptime
{
- u_int64_t flags;
+ guint64 flags;
double uptime, /* GLIBTOP_UPTIME_UPTIME */
idletime; /* GLIBTOP_UPTIME_IDLETIME */
};