*** empty log message ***

This commit is contained in:
Martin Baulig
2001-04-20 15:48:09 +00:00
parent 407514e4d7
commit aac46b6daf
2 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ main (int argc, char *argv [])
GError *error = NULL;
glibtop_cpu cpu;
g_type_init ();
g_type_init (G_TYPE_DEBUG_NONE);
client = glibtop_client_new ();

View File

@@ -59,7 +59,7 @@ static void set_linux_version(void) {
#define FILENAME "/proc/stat"
void
glibtop_open_s (glibtop *server, const char *program_name,
glibtop_open_s (glibtop_server *server, const char *program_name,
const unsigned long features,
const unsigned flags)
{
@@ -69,7 +69,7 @@ glibtop_open_s (glibtop *server, const char *program_name,
server->name = program_name;
set_linux_version ();
server->os_version_code = (unsigned long) linux_version_code;
server->_priv->os_version_code = (unsigned long) linux_version_code;
server->ncpu = 0;