Added offset' and perm' fields.

1998-08-17  Martin Baulig  <martin@home-of-linux.org>

	* include/glibtop/procmap (glibtop_map_entry): Added `offset' and
	`perm' fields.

	* src/inodedb: New directory.
	* src/inodedb/README: New file - read it to know what this is about.

	* configure.in (--with-libgtop-inodedb): New `configure' parameter.
	* include/glibtop/inodedb.h: New file.
	* sysdeps/common/inodedb.c: New file.
This commit is contained in:
Martin Baulig
1998-08-17 21:11:46 +00:00
committed by Martin Baulig
parent 616f4f4eaf
commit 7ad67781ef
15 changed files with 625 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ typedef struct _glibtop_proc_map glibtop_proc_map;
struct _glibtop_map_entry
{
u_int64_t start, end, inode, device;
u_int64_t start, end, offset, perm, inode, device;
};
struct _glibtop_proc_map