summaryrefslogtreecommitdiff
path: root/glibtop.h
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2005-12-09 16:15:44 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2005-12-09 16:15:44 +0000
commita7db1f4dfd236013291bbfd62deda29c3aa2070c (patch)
tree0988180319280f168b620b0a252e2cda1a5471ba /glibtop.h
parent91a312768d6162261fc0449bafc1ccfa5809fe32 (diff)
downloadlibgtop-a7db1f4dfd236013291bbfd62deda29c3aa2070c.tar.gz
Increased GLIBTOP_NCPU to 32. Added real_ncpu to struct glibtop. Added
* configure.in: * glibtop.h: * include/glibtop/cpu.h: * include/glibtop/procmap.h: Increased GLIBTOP_NCPU to 32. Added real_ncpu to struct glibtop. Added smaps members to glibtop_map_entry. Bumped version number to 2.13.0 Broke ABI again. Sorry.
Diffstat (limited to 'glibtop.h')
-rw-r--r--glibtop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/glibtop.h b/glibtop.h
index dced6d77..8e5defa2 100644
--- a/glibtop.h
+++ b/glibtop.h
@@ -77,6 +77,7 @@ struct _glibtop
int output [2]; /* Pipe client -> server */
int socket; /* Accepted connection of a socket */
int ncpu; /* Number of CPUs, zero if single-processor */
+ int real_ncpu; /* Real number of CPUs. Only ncpu are monitored */
unsigned long os_version_code; /* Version code of the operating system */
const char *name; /* Program name for error messages */
const char *server_command; /* Command used to invoke server */