Framework for AIX support
2002-10-08 Laurent Vivier <Laurent.Vivier@bull.net> * Framework for AIX support 2002-08-07 Vincent Berger <Vincent.Berger@ext.bull.net> * support/: Add alloca management for AIX * configure.in: correct checking for nm
This commit is contained in:
committed by
Bastien Nocera
parent
ba096bfae2
commit
2661891d6a
@@ -22,6 +22,7 @@
|
||||
*/
|
||||
|
||||
#include <locale.h>
|
||||
#include <math.h>
|
||||
|
||||
#include <glibtop.h>
|
||||
#include <glibtop/cpu.h>
|
||||
@@ -42,6 +43,8 @@ main (int argc, char *argv [])
|
||||
bindtextdomain (GETTEXT_PACKAGE, GTOPLOCALEDIR);
|
||||
textdomain (GETTEXT_PACKAGE);
|
||||
|
||||
glibtop_init();
|
||||
|
||||
glibtop_get_cpu (&cpu);
|
||||
|
||||
ncpu = glibtop_global_server->ncpu ? glibtop_global_server->ncpu : 1;
|
||||
|
Reference in New Issue
Block a user