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:
committed by
Martin Baulig
parent
616f4f4eaf
commit
7ad67781ef
@@ -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
|
||||
|
Reference in New Issue
Block a user