summaryrefslogtreecommitdiff
path: root/include/glibtop/command.h
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2004-07-18 20:33:56 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2004-07-18 20:33:56 +0000
commitff4fe5e8462e78ef27913b2a0d08590f482fa919 (patch)
treec4d7b14e6888dc0345f65bf007800a72009f485b /include/glibtop/command.h
parent92c18d4e8a79be614af3561e94cce8bd2fe03301 (diff)
downloadlibgtop-ff4fe5e8462e78ef27913b2a0d08590f482fa919.tar.gz
Glibify a bit more. Closes #147618.
* doc/reference.texi: * include/glibtop/command.h: * include/glibtop/glib-arrays.h: * include/glibtop/proclist.h: * lib/glib-arrays.c: (glibtop_get_proclist_as_array_l): * lib/lib.pl: * scripts/c_types.pl: * src/daemon/main.c: (handle_parent_connection): * src/daemon/slave.c: (handle_slave_connection): * support/mkstemp.c: * sysdeps/aix/proclist.c: (glibtop_get_proclist_s): * sysdeps/freebsd/cpu.c: (glibtop_get_cpu_p): * sysdeps/freebsd/prockernel.c: (glibtop_get_proc_kernel_p): * sysdeps/freebsd/proclist.c: (glibtop_get_proclist_p): * sysdeps/freebsd/procmem.c: (glibtop_get_proc_mem_p): * sysdeps/kernel/proclist.c: (glibtop_get_proclist_s): * sysdeps/linux/proclist.c: (glibtop_get_proclist_s): * sysdeps/osf1/proclist.c: (glibtop_get_proclist_p): * sysdeps/solaris/proclist.c: (glibtop_get_proclist_s): * sysdeps/stub/proclist.c: (glibtop_get_proclist_s): * sysdeps/stub_suid/proclist.c: (glibtop_get_proclist_p): * sysdeps/sun4/proclist.c: (glibtop_get_proclist_p): Glibify a bit more. Closes #147618.
Diffstat (limited to 'include/glibtop/command.h')
-rw-r--r--include/glibtop/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/glibtop/command.h b/include/glibtop/command.h
index d6219133..87688eb2 100644
--- a/include/glibtop/command.h
+++ b/include/glibtop/command.h
@@ -82,7 +82,7 @@ union _glibtop_response_union
struct _glibtop_response
{
- int64_t offset;
+ gint64 offset;
guint64 size, data_size;
glibtop_response_union u;
};