Added pointer_size' which is the number of bits of a
void *'.
1999-05-06 Martin Baulig <martin@home-of-linux.org> * include/glibtop/sysdeps.h (glibtop_sysdeps): Added `pointer_size' which is the number of bits of a `void *'.
This commit is contained in:
committed by
Martin Baulig
parent
fec8f23ad4
commit
d67182f411
@@ -27,8 +27,8 @@
|
||||
|
||||
const char *glibtop_names_sysdeps[GLIBTOP_MAX_SYSDEPS] =
|
||||
{
|
||||
"features", "cpu", "mem", "swap", "uptime", "loadavg",
|
||||
"shm_limits", "msg_limits", "sem_limits", "proclist",
|
||||
"features", "pointer_size", "cpu", "mem", "swap", "uptime",
|
||||
"loadavg", "shm_limits", "msg_limits", "sem_limits", "proclist",
|
||||
"proc_state", "proc_uid", "proc_mem", "proc_time",
|
||||
"proc_signal", "proc_kernel", "proc_segment", "proc_args",
|
||||
"proc_map", "mountlist", "fsusage", "netload", "ppp"
|
||||
@@ -43,12 +43,13 @@ const unsigned glibtop_types_sysdeps[GLIBTOP_MAX_SYSDEPS] =
|
||||
GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
|
||||
GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
|
||||
GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
|
||||
GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG
|
||||
GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG
|
||||
};
|
||||
|
||||
const char *glibtop_labels_sysdeps[GLIBTOP_MAX_SYSDEPS] =
|
||||
{
|
||||
N_ ("Server Features"),
|
||||
N_ ("Pointer Size"),
|
||||
N_ ("CPU Usage"),
|
||||
N_ ("Memory Usage"),
|
||||
N_ ("Swap Usage"),
|
||||
@@ -76,6 +77,7 @@ const char *glibtop_labels_sysdeps[GLIBTOP_MAX_SYSDEPS] =
|
||||
const char *glibtop_descriptions_sysdeps[GLIBTOP_MAX_SYSDEPS] =
|
||||
{
|
||||
N_ ("Server Features"),
|
||||
N_ ("Pointer Size on the Server (in bits)"),
|
||||
N_ ("CPU Usage"),
|
||||
N_ ("Memory Usage"),
|
||||
N_ ("Swap Usage"),
|
||||
|
Reference in New Issue
Block a user