Add compatibility #defines for GLIBTOP_XCPU_TOTAL',
GLIBTOP_XCPU_USER',
2000-01-13 Martin Baulig <martin@home-of-linux.org> * include/glibtop/compat_10.h: Add compatibility #defines for `GLIBTOP_XCPU_TOTAL', `GLIBTOP_XCPU_USER', `GLIBTOP_XCPU_NICE', `GLIBTOP_XCPU_SYS', `GLIBTOP_XCPU_IDLE' and `GLIBTOP_XCPU_FLAGS'
This commit is contained in:
committed by
Martin Baulig
parent
f7b69ebfae
commit
65b08749cf
@@ -1,5 +1,9 @@
|
||||
2000-01-13 Martin Baulig <martin@home-of-linux.org>
|
||||
|
||||
* include/glibtop/compat_10.h: Add compatibility #defines for
|
||||
`GLIBTOP_XCPU_TOTAL', `GLIBTOP_XCPU_USER', `GLIBTOP_XCPU_NICE',
|
||||
`GLIBTOP_XCPU_SYS', `GLIBTOP_XCPU_IDLE' and `GLIBTOP_XCPU_FLAGS'
|
||||
|
||||
* LIBGTOP-VERSION: Set version number to 1.1.4, binary age 0,
|
||||
interface age 0 and increased LIBGTOP_SERVER_VERSION to 52.
|
||||
|
||||
|
@@ -31,6 +31,15 @@
|
||||
|
||||
BEGIN_LIBGTOP_DECLS
|
||||
|
||||
/* glibtop_cpu */
|
||||
|
||||
#define GLIBTOP_XCPU_TOTAL GLIBTOP_CPU_XCPU_TOTAL
|
||||
#define GLIBTOP_XCPU_USER GLIBTOP_CPU_XCPU_USER
|
||||
#define GLIBTOP_XCPU_NICE GLIBTOP_CPU_XCPU_NICE
|
||||
#define GLIBTOP_XCPU_SYS GLIBTOP_CPU_XCPU_SYS
|
||||
#define GLIBTOP_XCPU_IDLE GLIBTOP_CPU_XCPU_IDLE
|
||||
#define GLIBTOP_XCPU_FLAGS GLIBTOP_CPU_XCPU_FLAGS
|
||||
|
||||
/* glibtop_proclist */
|
||||
|
||||
#define GLIBTOP_PROCLIST_NUMBER GLIBTOP_ARRAY_NUMBER
|
||||
|
Reference in New Issue
Block a user