added `locked' member to this structure for SunOS.

* include/glibtop/mem.h (_glibtop_mem): added `locked'
member to this structure for SunOS.
This commit is contained in:
Martin Baulig
1998-05-24 16:15:24 +00:00
parent b281735ba7
commit ff3aced01e
4 changed files with 13 additions and 8 deletions

View File

@@ -38,5 +38,6 @@ SCM glibtop_guile_get_mem (void)
gh_ulong2scm (mem.buffer),
gh_ulong2scm (mem.cached),
gh_ulong2scm (mem.user),
gh_ulong2scm (mem.locked),
SCM_UNDEFINED);
}