New type. (glibtop): Added glibtop_server_info *info', moved ncpu',

2000-11-20  Martin Baulig  <baulig@suse.de>

	* glibtop.h (glibtop_server_info): New type.
	(glibtop): Added `glibtop_server_info *info', moved
	`ncpu', `features', `sysdeps', `required' and `wanted'
	info glibtop_server_info.
This commit is contained in:
Martin Baulig
2000-11-20 16:52:30 +00:00
committed by Martin Baulig
parent 7a7e7d1bc3
commit c15ff3f342
29 changed files with 51 additions and 34 deletions

View File

@@ -52,5 +52,5 @@ GLIBTOP_SUID_PPP;
void
glibtop_get_sysdeps_r (glibtop *server, glibtop_sysdeps *buf)
{
memcpy (buf, &server->sysdeps, sizeof (glibtop_sysdeps));
memcpy (buf, &server->info->sysdeps, sizeof (glibtop_sysdeps));
}